Skip to content

Commit bbb527c

Browse files
committed
v0.5.3
1 parent 629a8c0 commit bbb527c

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
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+
<a name="0.5.3"></a>
7+
## [0.5.3](https://github.com/fgribreau/json-schema-documentation/compare/v0.5.2...v0.5.3) (2018-01-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** lighter package ([629a8c0](https://github.com/fgribreau/json-schema-documentation/commit/629a8c0))
13+
14+
15+
16+
617
<a name="0.5.2"></a>
718
## [0.5.2](https://github.com/fgribreau/json-schema-documentation/compare/v0.5.1...v0.5.2) (2018-01-02)
819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.5.2"
6+
"version": "0.5.3"
77
}

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+
<a name="0.5.3"></a>
7+
## [0.5.3](https://github.com/fgribreau/json-schema-documentation/compare/v0.5.2...v0.5.3) (2018-01-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** lighter package ([629a8c0](https://github.com/fgribreau/json-schema-documentation/commit/629a8c0))
13+
14+
15+
16+
617
<a name="0.5.2"></a>
718
## [0.5.2](https://github.com/fgribreau/json-schema-documentation/compare/v0.5.1...v0.5.2) (2018-01-02)
819

packages/cli/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "json-schema-documentation-cli",
3-
"version": "0.5.2",
4-
"description":
5-
"Generate documentation for JSON schemas through a command line interface",
3+
"version": "0.5.3",
4+
"description": "Generate documentation for JSON schemas through a command line interface",
65
"main": "src/cli.js",
76
"scripts": {
87
"start": "node cli.js",
@@ -27,8 +26,7 @@
2726
"bin": {
2827
"json-schema-documentation-cli": "./bin/json-schema-documentation-cli"
2928
},
30-
"author":
31-
"Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
29+
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
3230
"license": "MIT",
3331
"dependencies": {
3432
"json-schema-documentation-generator": "^0.5.0",

0 commit comments

Comments
 (0)