Skip to content

Commit 7ed72f7

Browse files
author
Phil Sturgeon
committed
Release v0.5.4
1 parent 14fb75a commit 7ed72f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.5.4] - 2018-04-04
810
### Changed
911
- `properties` rule will now ignore extensions, so `foo: 'a', x-bar: 'b'` is only 1 property.
1012
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speccy",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Your friendly OpenAPI v3.0 #WellActually CLI assistant.",
55
"bin": {
66
"speccy": "./speccy.js"

0 commit comments

Comments
 (0)