Skip to content

Commit

Permalink
chore(release): 0.15.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.15.2](v0.15.1...v0.15.2) (2019-11-25)

### Bug Fixes

* Fix duplicate parameter checking when all parameters are defined at the path level ([#116](#116)) ([f40bd6f](f40bd6f))

### Reverts

* Back out duplicated tests for duplicate path parameter rule ([#115](#115)) ([4d58a82](4d58a82))
  • Loading branch information
semantic-release-bot committed Nov 25, 2019
1 parent f40bd6f commit a90f3fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.15.2](https://github.com/IBM/openapi-validator/compare/v0.15.1...v0.15.2) (2019-11-25)


### Bug Fixes

* Fix duplicate parameter checking when all parameters are defined at the path level ([#116](https://github.com/IBM/openapi-validator/issues/116)) ([f40bd6f](https://github.com/IBM/openapi-validator/commit/f40bd6f))


### Reverts

* Back out duplicated tests for duplicate path parameter rule ([#115](https://github.com/IBM/openapi-validator/issues/115)) ([4d58a82](https://github.com/IBM/openapi-validator/commit/4d58a82))

## [0.15.1](https://github.com/IBM/openapi-validator/compare/v0.15.0...v0.15.1) (2019-10-04)


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.15.1",
"version": "0.15.2",
"main": "src/lib/index.js",
"repository": "https://github.com/IBM/openapi-validator",
"license": "Apache-2.0",
Expand Down

0 comments on commit a90f3fc

Please sign in to comment.