Skip to content

Commit

Permalink
chore(release): 0.2.7
Browse files Browse the repository at this point in the history
<a name="0.2.7"></a>
## [0.2.7](v0.2.6...v0.2.7) (2016-02-11)

### Bug Fixes

* actually expose jsonlint-cli ([63510de](63510de))
* resolve local schemas properly ([fb345be](fb345be))
* use schema for validation messages again ([89bcbf9](89bcbf9))
  • Loading branch information
marionebl committed Feb 11, 2016
1 parent fb345be commit b756183
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.2.7"></a>
## [0.2.7](https://github.com/marionebl/jsonlint-cli/compare/v0.2.6...v0.2.7) (2016-02-11)


### Bug Fixes

* actually expose jsonlint-cli ([63510de](https://github.com/marionebl/jsonlint-cli/commit/63510de))
* resolve local schemas properly ([fb345be](https://github.com/marionebl/jsonlint-cli/commit/fb345be))
* use schema for validation messages again ([89bcbf9](https://github.com/marionebl/jsonlint-cli/commit/89bcbf9))



<a name="0.2.6"></a>
## [0.2.6](https://github.com/marionebl/jsonlint-cli/compare/v0.2.5...v0.2.6) (2016-02-11)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonlint-cli",
"version": "0.2.6",
"version": "0.2.7",
"description": "cli wrapper for jsonlint",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b756183

Please sign in to comment.