Skip to content

Commit

Permalink
chore(release): 0.13.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.13.6](v0.13.5...v0.13.6) (2019-09-09)

### Bug Fixes

* prevent crash when `parameters` is illegally not an array ([#104](#104)) ([5d8a429](5d8a429))
  • Loading branch information
semantic-release-bot committed Sep 9, 2019
1 parent 5d8a429 commit 62173e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.13.6](https://github.com/IBM/openapi-validator/compare/v0.13.5...v0.13.6) (2019-09-09)


### Bug Fixes

* prevent crash when `parameters` is illegally not an array ([#104](https://github.com/IBM/openapi-validator/issues/104)) ([5d8a429](https://github.com/IBM/openapi-validator/commit/5d8a429))

## [0.13.5](https://github.com/IBM/openapi-validator/compare/v0.13.4...v0.13.5) (2019-08-28)


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,7 +1,7 @@
{
"name": "ibm-openapi-validator",
"description": "Configurable and extensible validator/linter for OpenAPI documents",
"version": "0.13.5",
"version": "0.13.6",
"main": "src/lib/index.js",
"repository": "https://github.com/IBM/openapi-validator",
"license": "Apache-2.0",
Expand Down

0 comments on commit 62173e7

Please sign in to comment.