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 Dec 16, 2020
1 parent a71a7ce commit 798abb4
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 11 deletions.
11 changes: 11 additions & 0 deletions 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.12](https://github.com/pharindoko/json-serverless/compare/v1.6.11...v1.6.12) (2020-12-16)


### Bug Fixes

* **deps:** update dependency ajv to v7 ([ccef389](https://github.com/pharindoko/json-serverless/commit/ccef389d9378a646842eb92570e715353da559e1))





## [1.6.11](https://github.com/pharindoko/json-serverless/compare/v1.6.10...v1.6.11) (2020-11-28)


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.11"
"version": "1.6.12"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.12](https://github.com/pharindoko/json-serverless/compare/v1.6.11...v1.6.12) (2020-12-16)

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





## [1.6.11](https://github.com/pharindoko/json-serverless/compare/v1.6.10...v1.6.11) (2020-11-28)

**Note:** Version bump only for package json-serverless
Expand Down
12 changes: 11 additions & 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.11 linux-x64 node-v10.23.0
json-serverless/1.6.12 linux-x64 node-v10.23.0
$ jsonsls --help [COMMAND]
USAGE
$ jsonsls COMMAND
Expand All @@ -40,6 +40,8 @@ USAGE

## `jsonsls create-stack FILE [STAGE]`

create the stackfolder and deploy the stack in the cloud

```
USAGE
$ jsonsls create-stack FILE [STAGE]
Expand Down Expand Up @@ -67,6 +69,8 @@ OPTIONS

## `jsonsls help [COMMAND]`

display help for jsonsls

```
USAGE
$ jsonsls help [COMMAND]
Expand All @@ -82,6 +86,8 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0

## `jsonsls run FILE`

run and test the api locally

```
USAGE
$ jsonsls run FILE
Expand All @@ -104,6 +110,8 @@ OPTIONS

## `jsonsls update-stack [STAGE]`

update the stackfolder and update the stack in the cloud

```
USAGE
$ jsonsls update-stack [STAGE]
Expand All @@ -127,6 +135,8 @@ OPTIONS

## `jsonsls validate FILE`

describe the command here

```
USAGE
$ 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.6.11",
"version": "1.6.12",
"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.11",
"json-serverless-template": "^1.6.11",
"json-serverless-lib": "^1.6.12",
"json-serverless-template": "^1.6.12",
"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.12](https://github.com/pharindoko/json-serverless/compare/v1.6.11...v1.6.12) (2020-12-16)


### Bug Fixes

* **deps:** update dependency ajv to v7 ([ccef389](https://github.com/pharindoko/json-serverless/commit/ccef389d9378a646842eb92570e715353da559e1))





## [1.6.11](https://github.com/pharindoko/json-serverless/compare/v1.6.10...v1.6.11) (2020-11-28)

**Note:** Version bump only for package json-serverless-lib
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.11",
"version": "1.6.12",
"description": "Transform a json file into an api",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.12](https://github.com/pharindoko/json-serverless/compare/v1.6.11...v1.6.12) (2020-12-16)

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





## [1.6.11](https://github.com/pharindoko/json-serverless/compare/v1.6.10...v1.6.11) (2020-11-28)

**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.6.11",
"version": "1.6.12",
"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.11",
"json-serverless-lib": "^1.6.12",
"serverless-http": "^2.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit 798abb4

Please sign in to comment.