Skip to content

Commit a740a58

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

File tree

12 files changed

+73
-11
lines changed

12 files changed

+73
-11
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.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (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.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)
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.13"
7+
"version": "1.6.14"
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.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (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.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)
718

819

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
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.13 linux-x64 node-v10.23.0
24+
json-serverless/1.6.14 linux-x64 node-v10.23.0
2525
$ jsonsls --help [COMMAND]
2626
USAGE
2727
$ jsonsls COMMAND

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-serverless",
33
"description": "cli for json-serverless project",
4-
"version": "1.6.13",
4+
"version": "1.6.14",
55
"author": "pharindoko",
66
"bin": {
77
"jsonsls": "./bin/run"
@@ -24,8 +24,8 @@
2424
"figlet": "^1.5.0",
2525
"globby": "^11.0.0",
2626
"inquirer": "^7.3.3",
27-
"json-serverless-lib": "^1.6.13",
28-
"json-serverless-template": "^1.6.13",
27+
"json-serverless-lib": "^1.6.14",
28+
"json-serverless-template": "^1.6.14",
2929
"listr": "^0.14.3",
3030
"node-env-webpack-plugin": "1.1.0",
3131
"nodemon": "2.0.6",

packages/server/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.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)
7+
8+
9+
### Features
10+
11+
* **server:** add storage adapter for aws dynamodb ([7ecb26f](https://github.com/pharindoko/json-serverless/commit/7ecb26f8ba60fff4f265ac37756d5abc27a7fbad))
12+
13+
14+
15+
16+
617
## [1.6.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)
718

819

packages/server/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-serverless-lib",
3-
"version": "1.6.13",
3+
"version": "1.6.14",
44
"description": "Transform a json file into an api",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/template/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)
7+
8+
9+
### Features
10+
11+
* **template:** prepare serverless.yml for changes introduced in sls version 3.0 ([b430e2d](https://github.com/pharindoko/json-serverless/commit/b430e2d2d15f9598ec50657acae57602b56b7ae4))
12+
13+
14+
### Performance Improvements
15+
16+
* **template:** exclude aws-sdk from deployment files to reduce the package size ([8254b5e](https://github.com/pharindoko/json-serverless/commit/8254b5e589bab3513f11a391375e2bd0d54b7561))
17+
* **template:** set webpack mode to production ([7d6d222](https://github.com/pharindoko/json-serverless/commit/7d6d222df31b9fe60e17f4a67351cfe32e3ec4cc))
18+
19+
20+
21+
22+
623
## [1.6.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)
724

825

0 commit comments

Comments
 (0)