Skip to content

Commit 647d2ff

Browse files
author
Travis CI User
committed
chore(release): Travis CI update [ci skip]
1 parent 09e791c commit 647d2ff

File tree

12 files changed

+59
-11
lines changed

12 files changed

+59
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.6.3](https://github.com/pharindoko/json-serverless/compare/v1.6.2...v1.6.3) (2020-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **server:** repair non working graphiql page by modifying blocking csp rules ([11b1cb4](https://github.com/pharindoko/json-serverless/commit/11b1cb40b22380e94d816d4eaf5e15f39b4695fd))
12+
13+
14+
### Performance Improvements
15+
16+
* **server:** remove unneeded packages and dependencies ([09e791c](https://github.com/pharindoko/json-serverless/commit/09e791c2d6c36ca6a14aa3f96bc6cd31eb9852f5))
17+
18+
19+
20+
21+
622
## [1.6.2](https://github.com/pharindoko/json-serverless/compare/v1.6.1...v1.6.2) (2020-09-20)
723

824

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.6.2"
7+
"version": "1.6.3"
88
}

packages/cli/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.6.3](https://github.com/pharindoko/json-serverless/compare/v1.6.2...v1.6.3) (2020-09-25)
7+
8+
**Note:** Version bump only for package json-serverless
9+
10+
11+
12+
13+
614
## [1.6.2](https://github.com/pharindoko/json-serverless/compare/v1.6.1...v1.6.2) (2020-09-20)
715

816

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install -g json-serverless
2121
$ jsonsls COMMAND
2222
running command...
2323
$ jsonsls (-v|--version|version)
24-
json-serverless/1.6.2 linux-x64 node-v10.22.1
24+
json-serverless/1.6.3 linux-x64 node-v10.22.1
2525
$ jsonsls --help [COMMAND]
2626
USAGE
2727
$ jsonsls COMMAND

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.6.2",
4+
"version": "1.6.3",
55
"author": "pharindoko",
66
"bin": {
77
"jsonsls": "./bin/run"
@@ -24,8 +24,8 @@
2424
"figlet": "^1.5.0",
2525
"globby": "^11.0.0",
2626
"inquirer": "^7.3.3",
27-
"json-serverless-lib": "^1.6.2",
28-
"json-serverless-template": "^1.6.2",
27+
"json-serverless-lib": "^1.6.3",
28+
"json-serverless-template": "^1.6.3",
2929
"listr": "^0.14.3",
3030
"node-env-webpack-plugin": "1.1.0",
3131
"nodemon": "2.0.4",

packages/server/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.6.3](https://github.com/pharindoko/json-serverless/compare/v1.6.2...v1.6.3) (2020-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **server:** repair non working graphiql page by modifying blocking csp rules ([11b1cb4](https://github.com/pharindoko/json-serverless/commit/11b1cb40b22380e94d816d4eaf5e15f39b4695fd))
12+
13+
14+
### Performance Improvements
15+
16+
* **server:** remove unneeded packages and dependencies ([09e791c](https://github.com/pharindoko/json-serverless/commit/09e791c2d6c36ca6a14aa3f96bc6cd31eb9852f5))
17+
18+
19+
20+
21+
622
## [1.6.2](https://github.com/pharindoko/json-serverless/compare/v1.6.1...v1.6.2) (2020-09-20)
723

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

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.6.2",
3+
"version": "1.6.3",
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.6.3](https://github.com/pharindoko/json-serverless/compare/v1.6.2...v1.6.3) (2020-09-25)
7+
8+
**Note:** Version bump only for package json-serverless-template
9+
10+
11+
12+
13+
614
## [1.6.2](https://github.com/pharindoko/json-serverless/compare/v1.6.1...v1.6.2) (2020-09-20)
715

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

0 commit comments

Comments
 (0)