diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d47838..5bc66fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.5.3] - 2018-03-29 +### Fixed +- Warn about YAML/JSON parsing errors in referenced files ([#36]) +- Fixed max length (it was previously enforcing exact length) ([#38]) + +[#36]: https://github.com/wework/speccy/pull/36 +[#38]: https://github.com/wework/speccy/pull/38 + ## [0.5.2] - 2018-03-27 ### Added - Loads of tests diff --git a/package-lock.json b/package-lock.json index 9ffe2d0e..d991e1b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "speccy", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6fc2ba38..bab7290f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speccy", - "version": "0.5.2", + "version": "0.5.3", "description": "Your friendly OpenAPI v3.0 #WellActually CLI assistant.", "bin": { "speccy": "./speccy.js"