Skip to content

Commit a4bccda

Browse files
chore(release): 0.27.0 [skip ci]
# [0.27.0](v0.26.1...v0.27.0) (2020-04-28) ### Features * adds check for case-insensitive property name collisions ([#162](#162)) ([85a797e](85a797e))
1 parent 85a797e commit a4bccda

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.27.0](https://github.com/IBM/openapi-validator/compare/v0.26.1...v0.27.0) (2020-04-28)
2+
3+
4+
### Features
5+
6+
* adds check for case-insensitive property name collisions ([#162](https://github.com/IBM/openapi-validator/issues/162)) ([85a797e](https://github.com/IBM/openapi-validator/commit/85a797e405d0acdb0d7700df284e22c105308893))
7+
18
## [0.26.1](https://github.com/IBM/openapi-validator/compare/v0.26.0...v0.26.1) (2020-04-11)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.26.1",
4+
"version": "0.27.0",
55
"main": "src/lib/index.js",
66
"repository": "https://github.com/IBM/openapi-validator",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)