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 Jan 17, 2021
1 parent 037c65b commit 04c04e9
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 14,371 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.15](https://github.com/pharindoko/json-serverless/compare/v1.6.14...v1.6.15) (2021-01-17)


### Features

* **server:** add azure storage fileshare as new storage adapter ([037c65b](https://github.com/pharindoko/json-serverless/commit/037c65bca314896e5fb24ddd2d6f7fdffcdf13f4))





## [1.6.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)


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.14"
"version": "1.6.15"
}
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.15](https://github.com/pharindoko/json-serverless/compare/v1.6.14...v1.6.15) (2021-01-17)

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





## [1.6.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)


Expand Down
2 changes: 1 addition & 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.14 linux-x64 node-v10.23.0
json-serverless/1.6.15 linux-x64 node-v10.23.1
$ jsonsls --help [COMMAND]
USAGE
$ jsonsls COMMAND
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.14",
"version": "1.6.15",
"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.14",
"json-serverless-template": "^1.6.14",
"json-serverless-lib": "^1.6.15",
"json-serverless-template": "^1.6.15",
"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.15](https://github.com/pharindoko/json-serverless/compare/v1.6.14...v1.6.15) (2021-01-17)


### Features

* **server:** add azure storage fileshare as new storage adapter ([037c65b](https://github.com/pharindoko/json-serverless/commit/037c65bca314896e5fb24ddd2d6f7fdffcdf13f4))





## [1.6.14](https://github.com/pharindoko/json-serverless/compare/v1.6.12...v1.6.14) (2021-01-03)


Expand Down
Loading

0 comments on commit 04c04e9

Please sign in to comment.