Skip to content

Commit 569f8d5

Browse files
committed
v0.5.4
1 parent 95aa600 commit 569f8d5

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
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.4"></a>
7+
## [0.5.4](https://github.com/fgribreau/json-schema-documentation/compare/v0.5.3...v0.5.4) (2018-01-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** use CWD when resolving the path ([95aa600](https://github.com/fgribreau/json-schema-documentation/commit/95aa600))
13+
14+
15+
16+
617
<a name="0.5.3"></a>
718
## [0.5.3](https://github.com/fgribreau/json-schema-documentation/compare/v0.5.2...v0.5.3) (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.3"
6+
"version": "0.5.4"
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.4"></a>
7+
## [0.5.4](https://github.com/fgribreau/json-schema-documentation/compare/v0.5.3...v0.5.4) (2018-01-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** use CWD when resolving the path ([95aa600](https://github.com/fgribreau/json-schema-documentation/commit/95aa600))
13+
14+
15+
16+
617
<a name="0.5.3"></a>
718
## [0.5.3](https://github.com/fgribreau/json-schema-documentation/compare/v0.5.2...v0.5.3) (2018-01-02)
819

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-documentation-cli",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Generate documentation for JSON schemas through a command line interface",
55
"main": "src/cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)