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 Jun 20, 2020
1 parent 1ca6a19 commit f351a84
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.43](https://github.com/pharindoko/json-serverless/compare/v1.5.42...v1.5.43) (2020-06-20)


### Bug Fixes

* **server:** add ts-node to dev dependencies ([5f9f32d](https://github.com/pharindoko/json-serverless/commit/5f9f32db71e97da1915866dcc7df50582bce38a8))


### Features

* **server:** expose api base path in app.config ([9d0de45](https://github.com/pharindoko/json-serverless/commit/9d0de45e8def5528663e1ba4d02d701be3c3cf37))





## [1.5.42](https://github.com/pharindoko/json-serverless/compare/v1.5.41...v1.5.42) (2020-06-09)


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.5.42"
"version": "1.5.43"
}
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.5.43](https://github.com/pharindoko/json-serverless/compare/v1.5.42...v1.5.43) (2020-06-20)


### Features

* **server:** expose api base path in app.config ([9d0de45](https://github.com/pharindoko/json-serverless/commit/9d0de45e8def5528663e1ba4d02d701be3c3cf37))





## [1.5.42](https://github.com/pharindoko/json-serverless/compare/v1.5.41...v1.5.42) (2020-06-09)


Expand Down
7 changes: 5 additions & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g json-serverless
$ jsonsls COMMAND
running command...
$ jsonsls (-v|--version|version)
json-serverless/1.5.42 linux-x64 node-v10.21.0
json-serverless/1.5.43 linux-x64 node-v10.21.0
$ jsonsls --help [COMMAND]
USAGE
$ jsonsls COMMAND
Expand Down Expand Up @@ -56,6 +56,7 @@ OPTIONS
-r, --readonly set api to readonly (true) or writeable (false)
-s, --[no-]swagger enable or disable swagger interface support
-y, --autoapprove skip interactive approval before deployment
--apiRoute=apiRoute [default: /api] path to use for api route
```

## `jsonsls help [COMMAND]`
Expand All @@ -73,7 +74,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.0.1/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.1.0/src/commands/help.ts)_

## `jsonsls run FILE`

Expand All @@ -92,6 +93,7 @@ OPTIONS
-l, --loglevel=info|debug [default: info] loglevel of outputs
-r, --readonly set api to readonly (true) or writeable (false)
-s, --[no-]swagger enable or disable swagger interface support
--apiRoute=apiRoute [default: /api] path to use for api route
```

## `jsonsls update-stack`
Expand All @@ -109,6 +111,7 @@ OPTIONS
-p, --currentdirectory=currentdirectory current working directory that will be used for execution
-r, --readonly set api to readonly (true) or writeable (false)
-s, --[no-]swagger enable or disable swagger interface support
--apiRoute=apiRoute [default: /api] path to use for api route
```

## `jsonsls validate FILE`
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.5.42",
"version": "1.5.43",
"author": "pharindoko",
"bin": {
"jsonsls": "./bin/run"
Expand All @@ -23,8 +23,8 @@
"figlet": "^1.3.0",
"globby": "^11.0.0",
"inquirer": "^7.1.0",
"json-serverless-lib": "^1.5.42",
"json-serverless-template": "^1.5.42",
"json-serverless-lib": "^1.5.43",
"json-serverless-template": "^1.5.43",
"listr": "^0.14.3",
"node-env-webpack-plugin": "1.1.0",
"nodemon": "2.0.4",
Expand Down
16 changes: 16 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.43](https://github.com/pharindoko/json-serverless/compare/v1.5.42...v1.5.43) (2020-06-20)


### Bug Fixes

* **server:** add ts-node to dev dependencies ([5f9f32d](https://github.com/pharindoko/json-serverless/commit/5f9f32db71e97da1915866dcc7df50582bce38a8))


### Features

* **server:** expose api base path in app.config ([9d0de45](https://github.com/pharindoko/json-serverless/commit/9d0de45e8def5528663e1ba4d02d701be3c3cf37))





## [1.5.42](https://github.com/pharindoko/json-serverless/compare/v1.5.41...v1.5.42) (2020-06-09)


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.5.42",
"version": "1.5.43",
"description": "Transform a json file into an api",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/template/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.5.43](https://github.com/pharindoko/json-serverless/compare/v1.5.42...v1.5.43) (2020-06-20)


### Features

* **server:** expose api base path in app.config ([9d0de45](https://github.com/pharindoko/json-serverless/commit/9d0de45e8def5528663e1ba4d02d701be3c3cf37))





## [1.5.42](https://github.com/pharindoko/json-serverless/compare/v1.5.41...v1.5.42) (2020-06-09)

**Note:** Version bump only for package json-serverless-template
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.5.42",
"version": "1.5.43",
"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.5.42",
"json-serverless-lib": "^1.5.43",
"serverless-http": "^2.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit f351a84

Please sign in to comment.