Skip to content

Commit 62173e7

Browse files
chore(release): 0.13.6 [skip ci]
## [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))
1 parent 5d8a429 commit 62173e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.13.6](https://github.com/IBM/openapi-validator/compare/v0.13.5...v0.13.6) (2019-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [0.13.5](https://github.com/IBM/openapi-validator/compare/v0.13.4...v0.13.5) (2019-08-28)
29

310

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm-openapi-validator",
33
"description": "Configurable and extensible validator/linter for OpenAPI documents",
4-
"version": "0.13.5",
4+
"version": "0.13.6",
55
"main": "src/lib/index.js",
66
"repository": "https://github.com/IBM/openapi-validator",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)