Skip to content

Commit

Permalink
chore(release): Travis CI update [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jan 3, 2021
1 parent ff4fada commit a740a58
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 11 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)


### Bug Fixes

* **cli:** remove loading of local aws config / credentials to avoid runtime issues ([858b4d2](https://github.com/pharindoko/json-serverless/commit/858b4d291b323b0c753521ee4e46e416f56dab55))


### Features

* **server:** add storage adapter for aws dynamodb ([7ecb26f](https://github.com/pharindoko/json-serverless/commit/7ecb26f8ba60fff4f265ac37756d5abc27a7fbad))
* **template:** prepare serverless.yml for changes introduced in sls version 3.0 ([b430e2d](https://github.com/pharindoko/json-serverless/commit/b430e2d2d15f9598ec50657acae57602b56b7ae4))


### Performance Improvements

* **template:** exclude aws-sdk from deployment files to reduce the package size ([8254b5e](https://github.com/pharindoko/json-serverless/commit/8254b5e589bab3513f11a391375e2bd0d54b7561))
* **template:** set webpack mode to production ([7d6d222](https://github.com/pharindoko/json-serverless/commit/7d6d222df31b9fe60e17f4a67351cfe32e3ec4cc))





## [1.6.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/server",
"packages/template"
],
"version": "1.6.13"
"version": "1.6.14"
}
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)


### Bug Fixes

* **cli:** remove loading of local aws config / credentials to avoid runtime issues ([858b4d2](https://github.com/pharindoko/json-serverless/commit/858b4d291b323b0c753521ee4e46e416f56dab55))





## [1.6.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g json-serverless
$ jsonsls COMMAND
running command...
$ jsonsls (-v|--version|version)
json-serverless/1.6.13 linux-x64 node-v10.23.0
json-serverless/1.6.14 linux-x64 node-v10.23.0
$ jsonsls --help [COMMAND]
USAGE
$ jsonsls COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json-serverless",
"description": "cli for json-serverless project",
"version": "1.6.13",
"version": "1.6.14",
"author": "pharindoko",
"bin": {
"jsonsls": "./bin/run"
Expand All @@ -24,8 +24,8 @@
"figlet": "^1.5.0",
"globby": "^11.0.0",
"inquirer": "^7.3.3",
"json-serverless-lib": "^1.6.13",
"json-serverless-template": "^1.6.13",
"json-serverless-lib": "^1.6.14",
"json-serverless-template": "^1.6.14",
"listr": "^0.14.3",
"node-env-webpack-plugin": "1.1.0",
"nodemon": "2.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)


### Features

* **server:** add storage adapter for aws dynamodb ([7ecb26f](https://github.com/pharindoko/json-serverless/commit/7ecb26f8ba60fff4f265ac37756d5abc27a7fbad))





## [1.6.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-serverless-lib",
"version": "1.6.13",
"version": "1.6.14",
"description": "Transform a json file into an api",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)


### Features

* **template:** prepare serverless.yml for changes introduced in sls version 3.0 ([b430e2d](https://github.com/pharindoko/json-serverless/commit/b430e2d2d15f9598ec50657acae57602b56b7ae4))


### Performance Improvements

* **template:** exclude aws-sdk from deployment files to reduce the package size ([8254b5e](https://github.com/pharindoko/json-serverless/commit/8254b5e589bab3513f11a391375e2bd0d54b7561))
* **template:** set webpack mode to production ([7d6d222](https://github.com/pharindoko/json-serverless/commit/7d6d222df31b9fe60e17f4a67351cfe32e3ec4cc))





## [1.6.13](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.13) (2021-01-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-serverless-template",
"version": "1.6.13",
"version": "1.6.14",
"description": "template for json-serverless project",
"author": "pharindoko",
"bugs": "https://github.com/pharindoko/json-serverless/issues",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"express": "4.17.1",
"json-serverless-lib": "^1.6.13",
"json-serverless-lib": "^1.6.14",
"serverless-http": "^2.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit a740a58

Please sign in to comment.