Skip to content

Commit e11bc2d

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

12 files changed

+49
-11
lines changed

CHANGELOG.md

+11
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.16](https://github.com/pharindoko/json-serverless/compare/v1.6.15...v1.6.16) (2021-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency inquirer to v8 ([be6ebdf](https://github.com/pharindoko/json-serverless/commit/be6ebdfa9ea88b6039e814c9acedaa60fa239d6b))
12+
13+
14+
15+
16+
617
## [1.6.15](https://github.com/pharindoko/json-serverless/compare/v1.6.14...v1.6.15) (2021-01-17)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/server",
55
"packages/template"
66
],
7-
"version": "1.6.15"
7+
"version": "1.6.16"
88
}

packages/cli/CHANGELOG.md

+11
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.16](https://github.com/pharindoko/json-serverless/compare/v1.6.15...v1.6.16) (2021-02-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency inquirer to v8 ([be6ebdf](https://github.com/pharindoko/json-serverless/commit/be6ebdfa9ea88b6039e814c9acedaa60fa239d6b))
12+
13+
14+
15+
16+
617
## [1.6.15](https://github.com/pharindoko/json-serverless/compare/v1.6.14...v1.6.15) (2021-01-17)
718

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

packages/cli/README.md

+1-1
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.15 linux-x64 node-v10.23.1
24+
json-serverless/1.6.16 linux-x64 node-v10.24.0
2525
$ jsonsls --help [COMMAND]
2626
USAGE
2727
$ jsonsls COMMAND

packages/cli/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

+3-3
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.15",
4+
"version": "1.6.16",
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": "^8.0.0",
27-
"json-serverless-lib": "^1.6.15",
28-
"json-serverless-template": "^1.6.15",
27+
"json-serverless-lib": "^1.6.16",
28+
"json-serverless-template": "^1.6.16",
2929
"listr": "^0.14.3",
3030
"node-env-webpack-plugin": "1.1.0",
3131
"nodemon": "2.0.6",

packages/server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.16](https://github.com/pharindoko/json-serverless/compare/v1.6.15...v1.6.16) (2021-02-27)
7+
8+
**Note:** Version bump only for package json-serverless-lib
9+
10+
11+
12+
13+
614
## [1.6.15](https://github.com/pharindoko/json-serverless/compare/v1.6.14...v1.6.15) (2021-01-17)
715

816

packages/server/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

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

packages/template/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.16](https://github.com/pharindoko/json-serverless/compare/v1.6.15...v1.6.16) (2021-02-27)
7+
8+
**Note:** Version bump only for package json-serverless-template
9+
10+
11+
12+
13+
614
## [1.6.15](https://github.com/pharindoko/json-serverless/compare/v1.6.14...v1.6.15) (2021-01-17)
715

816
**Note:** Version bump only for package json-serverless-template

packages/template/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-serverless-template",
3-
"version": "1.6.15",
3+
"version": "1.6.16",
44
"description": "template for json-serverless project",
55
"author": "pharindoko",
66
"bugs": "https://github.com/pharindoko/json-serverless/issues",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"express": "4.17.1",
14-
"json-serverless-lib": "^1.6.15",
14+
"json-serverless-lib": "^1.6.16",
1515
"serverless-http": "^2.6.0"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)