Skip to content

Commit e47ea91

Browse files
chore(release): 0.33.2 [skip ci]
## [0.33.2](v0.33.1...v0.33.2) (2021-01-11) ### Bug Fixes * allow null values for default property ([#227](#227)) ([b7e2aa8](b7e2aa8))
1 parent b7e2aa8 commit e47ea91

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.33.2](https://github.com/IBM/openapi-validator/compare/v0.33.1...v0.33.2) (2021-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* allow null values for default property ([#227](https://github.com/IBM/openapi-validator/issues/227)) ([b7e2aa8](https://github.com/IBM/openapi-validator/commit/b7e2aa8326e4c95856d1c4ca482f11f6ace494fe))
7+
18
## [0.33.1](https://github.com/IBM/openapi-validator/compare/v0.33.0...v0.33.1) (2021-01-04)
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.1",
4+
"version": "0.33.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)