File tree Expand file tree Collapse file tree 12 files changed +71
-10
lines changed Expand file tree Collapse file tree 12 files changed +71
-10
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.5.8] ( https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.8 ) (2019-12-31)
7+
8+
9+ ### Features
10+
11+ * ** cli:** add cli to json-serverless project ([ bf1213a] ( https://github.com/pharindoko/json-serverless/commit/bf1213a1ad18c59ae3cafacd8a6cb3c737caf6cc ) )
12+
13+
14+ ### Reverts
15+
16+ * Revert "v0.1.0-alpha.0" ([ ccc6a6d] ( https://github.com/pharindoko/json-serverless/commit/ccc6a6d3e6bb349d8c51b83375610f8db25a762f ) )
17+ * Revert "v0.0.6-alpha.16" ([ 8a7f087] ( https://github.com/pharindoko/json-serverless/commit/8a7f08784289b7936c704caecfbb8f757719b876 ) )
18+ * Revert "v0.0.6-alpha.10" ([ dfb59d2] ( https://github.com/pharindoko/json-serverless/commit/dfb59d2458dfa2fb3e1426f1749409abfa4dd37d ) )
19+
20+
21+
22+
23+
624## [ 1.5.7] ( https://github.com/pharindoko/json-serverless/compare/v1.5.6...v1.5.7 ) (2019-12-31)
725
826** Note:** Version bump only for package json-serverless
Original file line number Diff line number Diff line change 44 " packages/cli/template" ,
55 " packages/server"
66 ],
7- "version" : " 1.5.7 "
7+ "version" : " 1.5.8 "
88}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.5.8] ( https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.8 ) (2019-12-31)
7+
8+
9+ ### Features
10+
11+ * ** cli:** add cli to json-serverless project ([ bf1213a] ( https://github.com/pharindoko/json-serverless/commit/bf1213a1ad18c59ae3cafacd8a6cb3c737caf6cc ) )
12+
13+
14+ ### Reverts
15+
16+ * Revert "v0.1.0-alpha.0" ([ ccc6a6d] ( https://github.com/pharindoko/json-serverless/commit/ccc6a6d3e6bb349d8c51b83375610f8db25a762f ) )
17+ * Revert "v0.0.6-alpha.16" ([ 8a7f087] ( https://github.com/pharindoko/json-serverless/commit/8a7f08784289b7936c704caecfbb8f757719b876 ) )
18+ * Revert "v0.0.6-alpha.10" ([ dfb59d2] ( https://github.com/pharindoko/json-serverless/commit/dfb59d2458dfa2fb3e1426f1749409abfa4dd37d ) )
19+
20+
21+
22+
23+
624## [ 1.5.7] ( https://github.com/pharindoko/json-serverless/compare/v1.5.6...v1.5.7 ) (2019-12-31)
725
826** Note:** Version bump only for package json-serverless
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ npm install -g json-serverless
1919$ jsonsls COMMAND
2020running command...
2121$ jsonsls (-v| --version| version)
22- json-serverless/1.5.7 linux-x64 node-v10.18.0
22+ json-serverless/1.5.8 linux-x64 node-v10.18.0
2323$ jsonsls --help [COMMAND]
2424USAGE
2525 $ jsonsls COMMAND
Original file line number Diff line number Diff line change 11{
22 "name" : " json-serverless" ,
33 "description" : " cli for json-serverless project" ,
4- "version" : " 1.5.7 " ,
4+ "version" : " 1.5.8 " ,
55 "author" : " pharindoko" ,
66 "bin" : {
77 "jsonsls" : " ./bin/run"
2222 "figlet" : " ^1.2.4" ,
2323 "globby" : " ^10.0.1" ,
2424 "inquirer" : " ^7.0.1" ,
25- "json-serverless-lib" : " ^1.5.7 " ,
25+ "json-serverless-lib" : " ^1.5.8 " ,
2626 "listr" : " ^0.14.3" ,
2727 "node-env-webpack-plugin" : " 1.1.0" ,
2828 "nodemon" : " 1.19.2" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.5.8] ( https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.8 ) (2019-12-31)
7+
8+ ** Note:** Version bump only for package json-serverless-template
9+
10+
11+
12+
13+
614## [ 1.5.7] ( https://github.com/pharindoko/json-serverless/compare/v1.5.6...v1.5.7 ) (2019-12-31)
715
816** Note:** Version bump only for package json-serverless-template
Original file line number Diff line number Diff line change 11{
22 "name" : " json-serverless-template" ,
3- "version" : " 1.5.7 " ,
3+ "version" : " 1.5.8 " ,
44 "description" : " template for json-serverless project" ,
55 "author" : " pharindoko" ,
66 "bugs" : " https://github.com/pharindoko/json-serverless/issues" ,
77 "dependencies" : {
88 "@types/express" : " 4.17.1" ,
99 "express" : " 4.17.1" ,
10- "json-serverless-lib" : " ^1.5.7 " ,
10+ "json-serverless-lib" : " ^1.5.8 " ,
1111 "serverless-http" : " ^2.3.0"
1212 },
1313 "devDependencies" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 1.5.8] ( https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.8 ) (2019-12-31)
7+
8+
9+ ### Features
10+
11+ * ** cli:** add cli to json-serverless project ([ bf1213a] ( https://github.com/pharindoko/json-serverless/commit/bf1213a1ad18c59ae3cafacd8a6cb3c737caf6cc ) )
12+
13+
14+ ### Reverts
15+
16+ * Revert "v0.1.0-alpha.0" ([ ccc6a6d] ( https://github.com/pharindoko/json-serverless/commit/ccc6a6d3e6bb349d8c51b83375610f8db25a762f ) )
17+ * Revert "v0.0.6-alpha.16" ([ 8a7f087] ( https://github.com/pharindoko/json-serverless/commit/8a7f08784289b7936c704caecfbb8f757719b876 ) )
18+
19+
20+
21+
22+
623## [ 1.5.7] ( https://github.com/pharindoko/json-serverless/compare/v1.5.6...v1.5.7 ) (2019-12-31)
724
825** Note:** Version bump only for package json-serverless-lib
You can’t perform that action at this time.
0 commit comments