From b756183ed3fe2255a769a8358a7d8589967c3011 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Thu, 11 Feb 2016 17:57:57 +0100 Subject: [PATCH] chore(release): 0.2.7 ## [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)) --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 69a4720..05c6285 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ + +## [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)) + + + ## [0.2.6](https://github.com/marionebl/jsonlint-cli/compare/v0.2.5...v0.2.6) (2016-02-11) diff --git a/package.json b/package.json index 49a43b7..a22028a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonlint-cli", - "version": "0.2.6", + "version": "0.2.7", "description": "cli wrapper for jsonlint", "main": "index.js", "scripts": {