Skip to content

Commit

Permalink
Released v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Mar 29, 2018
1 parent 8bb31d9 commit ec830ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ec830ee

Please sign in to comment.