Skip to content

Commit

Permalink
chore(release): 0.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.23.0](v0.22.0...v0.23.0) (2020-02-24)

### Features

* error for oneOf, anyOf, allOf schema that does not use array ([#143](#143)) ([1db6b27](1db6b27))
  • Loading branch information
semantic-release-bot committed Feb 24, 2020
1 parent 1db6b27 commit b33875a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.23.0](https://github.com/IBM/openapi-validator/compare/v0.22.0...v0.23.0) (2020-02-24)


### Features

* error for oneOf, anyOf, allOf schema that does not use array ([#143](https://github.com/IBM/openapi-validator/issues/143)) ([1db6b27](https://github.com/IBM/openapi-validator/commit/1db6b27))

# [0.22.0](https://github.com/IBM/openapi-validator/compare/v0.21.0...v0.22.0) (2020-02-21)


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

0 comments on commit b33875a

Please sign in to comment.