Skip to content

Commit c2c82a8

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

File tree

12 files changed

+58
-14
lines changed

12 files changed

+58
-14
lines changed

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.5.37](https://github.com/pharindoko/json-serverless/compare/v1.5.36...v1.5.37) (2020-05-12)
7+
8+
9+
### Features
10+
11+
* **common:** add option to enable/disable swagger interface ([e38766e](https://github.com/pharindoko/json-serverless/commit/e38766e811977959983430f72de8dcff764946ea))
12+
13+
14+
15+
16+
617
## [1.5.36](https://github.com/pharindoko/json-serverless/compare/v1.5.35...v1.5.36) (2020-05-05)
718

819

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.5.36"
7+
"version": "1.5.37"
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.5.37](https://github.com/pharindoko/json-serverless/compare/v1.5.36...v1.5.37) (2020-05-12)
7+
8+
9+
### Features
10+
11+
* **common:** add option to enable/disable swagger interface ([e38766e](https://github.com/pharindoko/json-serverless/commit/e38766e811977959983430f72de8dcff764946ea))
12+
13+
14+
15+
16+
617
## [1.5.36](https://github.com/pharindoko/json-serverless/compare/v1.5.35...v1.5.36) (2020-05-05)
718

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

packages/cli/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g json-serverless
1919
$ jsonsls COMMAND
2020
running command...
2121
$ jsonsls (-v|--version|version)
22-
json-serverless/1.5.36 linux-x64 node-v10.20.1
22+
json-serverless/1.5.37 linux-x64 node-v10.20.1
2323
$ jsonsls --help [COMMAND]
2424
USAGE
2525
$ jsonsls COMMAND
@@ -46,9 +46,10 @@ ARGUMENTS
4646
STAGE [default: dev] stage name
4747
4848
OPTIONS
49-
-a, --apikeyauth require api key authentication to access api
50-
-h, --help show CLI help
51-
-r, --readonly set api to readonly (true) or writeable (false)
49+
-a, --apikeyauth require api key authentication to access api
50+
-h, --help show CLI help
51+
-r, --readonly set api to readonly (true) or writeable (false)
52+
-s, --[no-]swagger enable or disable swagger interface support
5253
```
5354

5455
## `jsonsls help [COMMAND]`
@@ -83,6 +84,7 @@ OPTIONS
8384
-e, --env=development|local [default: local] environment
8485
-h, --help show CLI help
8586
-r, --readonly set api to readonly (true) or writeable (false)
87+
-s, --[no-]swagger enable or disable swagger interface support
8688
```
8789

8890
## `jsonsls update-stack`
@@ -98,5 +100,6 @@ OPTIONS
98100
-h, --help show CLI help
99101
-p, --currentdirectory=currentdirectory current working directory that will be used for execution
100102
-r, --readonly set api to readonly (true) or writeable (false)
103+
-s, --[no-]swagger enable or disable swagger interface support
101104
```
102105
<!-- commandsstop -->

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.5.36",
4+
"version": "1.5.37",
55
"author": "pharindoko",
66
"bin": {
77
"jsonsls": "./bin/run"
@@ -23,8 +23,8 @@
2323
"figlet": "^1.3.0",
2424
"globby": "^11.0.0",
2525
"inquirer": "^7.1.0",
26-
"json-serverless-lib": "^1.5.36",
27-
"json-serverless-template": "^1.5.36",
26+
"json-serverless-lib": "^1.5.37",
27+
"json-serverless-template": "^1.5.37",
2828
"listr": "^0.14.3",
2929
"node-env-webpack-plugin": "1.1.0",
3030
"nodemon": "2.0.3",

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.5.37](https://github.com/pharindoko/json-serverless/compare/v1.5.36...v1.5.37) (2020-05-12)
7+
8+
9+
### Features
10+
11+
* **common:** add option to enable/disable swagger interface ([e38766e](https://github.com/pharindoko/json-serverless/commit/e38766e811977959983430f72de8dcff764946ea))
12+
13+
14+
15+
16+
617
## [1.5.36](https://github.com/pharindoko/json-serverless/compare/v1.5.35...v1.5.36) (2020-05-05)
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.5.36",
3+
"version": "1.5.37",
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: 8 additions & 0 deletions
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.5.37](https://github.com/pharindoko/json-serverless/compare/v1.5.36...v1.5.37) (2020-05-12)
7+
8+
**Note:** Version bump only for package json-serverless-template
9+
10+
11+
12+
13+
614
## [1.5.36](https://github.com/pharindoko/json-serverless/compare/v1.5.35...v1.5.36) (2020-05-05)
715

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

packages/template/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/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-serverless-template",
3-
"version": "1.5.36",
3+
"version": "1.5.37",
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.5.36",
14+
"json-serverless-lib": "^1.5.37",
1515
"serverless-http": "^2.3.2"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)