Skip to content

Commit b4da3fc

Browse files
committed
Release v0.10.1
1 parent 7341c55 commit b4da3fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
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

7+
## [0.10.1] - 2019-05-19
8+
### Fixed
9+
- A regression where the `resolve` command would not serialize the resolved YAML
10+
711
## [0.10.0] - 2019-05-19
812
### Changed
913
- Switched to using [yaml] for validating and parsing YAML ([#243], [#267])

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speccy",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "An OpenAPI v3.0 development workflow assistant",
55
"homepage": "https://speccy.io/",
66
"bin": {

0 commit comments

Comments
 (0)