Skip to content

Commit 76f0eba

Browse files
chore(release): 0.34.0 [skip ci]
# [0.34.0](v0.33.2...v0.34.0) (2021-01-26) ### Features * exclude common inconsistent property names ([#230](#230)) ([d1b9909](d1b9909))
1 parent d1b9909 commit 76f0eba

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.34.0](https://github.com/IBM/openapi-validator/compare/v0.33.2...v0.34.0) (2021-01-26)
2+
3+
4+
### Features
5+
6+
* exclude common inconsistent property names ([#230](https://github.com/IBM/openapi-validator/issues/230)) ([d1b9909](https://github.com/IBM/openapi-validator/commit/d1b9909c3c99ddf7dd687b2ddd8f1f8f944f0347))
7+
18
## [0.33.2](https://github.com/IBM/openapi-validator/compare/v0.33.1...v0.33.2) (2021-01-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.33.2",
4+
"version": "0.34.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)