Skip to content

Commit d88cfa2

Browse files
author
Travis CI User
committed
chore(release): Travis CI update [ci skip]
1 parent 6c881b0 commit d88cfa2

File tree

12 files changed

+432
-45898
lines changed

12 files changed

+432
-45898
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** remove loading of local aws config / credentials to avoid runtime issues ([858b4d2](https://github.com/pharindoko/json-serverless/commit/858b4d291b323b0c753521ee4e46e416f56dab55))
12+
13+
14+
### Features
15+
16+
* **server:** add storage adapter for aws dynamodb ([7ecb26f](https://github.com/pharindoko/json-serverless/commit/7ecb26f8ba60fff4f265ac37756d5abc27a7fbad))
17+
* **template:** prepare serverless.yml for changes introduced in sls version 3.0 ([b430e2d](https://github.com/pharindoko/json-serverless/commit/b430e2d2d15f9598ec50657acae57602b56b7ae4))
18+
19+
20+
### Performance Improvements
21+
22+
* **template:** exclude aws-sdk from deployment files to reduce the package size ([8254b5e](https://github.com/pharindoko/json-serverless/commit/8254b5e589bab3513f11a391375e2bd0d54b7561))
23+
* **template:** set webpack mode to production ([7d6d222](https://github.com/pharindoko/json-serverless/commit/7d6d222df31b9fe60e17f4a67351cfe32e3ec4cc))
24+
25+
26+
27+
28+
629
## [1.6.12](https://github.com/pharindoko/json-serverless/compare/v1.6.11...v1.6.12) (2020-12-16)
730

831

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/server",
55
"packages/template"
66
],
7-
"version": "1.6.12"
7+
"version": "1.6.13"
88
}

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** remove loading of local aws config / credentials to avoid runtime issues ([858b4d2](https://github.com/pharindoko/json-serverless/commit/858b4d291b323b0c753521ee4e46e416f56dab55))
12+
13+
14+
15+
16+
617
## [1.6.12](https://github.com/pharindoko/json-serverless/compare/v1.6.11...v1.6.12) (2020-12-16)
718

819
**Note:** Version bump only for package json-serverless

packages/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install -g json-serverless
2121
$ jsonsls COMMAND
2222
running command...
2323
$ jsonsls (-v|--version|version)
24-
json-serverless/1.6.12 linux-x64 node-v10.23.0
24+
json-serverless/1.6.13 linux-x64 node-v10.23.0
2525
$ jsonsls --help [COMMAND]
2626
USAGE
2727
$ jsonsls COMMAND
@@ -135,7 +135,7 @@ OPTIONS
135135

136136
## `jsonsls validate FILE`
137137

138-
describe the command here
138+
validate the json file against specific rules
139139

140140
```
141141
USAGE

0 commit comments

Comments
 (0)