Skip to content

Commit a90f3fc

Browse files
chore(release): 0.15.2 [skip ci]
## [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))
1 parent f40bd6f commit a90f3fc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.15.2](https://github.com/IBM/openapi-validator/compare/v0.15.1...v0.15.2) (2019-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
### Reverts
10+
11+
* 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))
12+
113
## [0.15.1](https://github.com/IBM/openapi-validator/compare/v0.15.0...v0.15.1) (2019-10-04)
214

315

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

0 commit comments

Comments
 (0)