Skip to content

Commit

Permalink
chore(release): 0.37.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.37.0](v0.36.0...v0.37.0) (2021-03-16)

### Features

* custom Spectral rule to ensure content objects contain schema ([#258](#258)) ([bb9e419](bb9e419))
  • Loading branch information
semantic-release-bot committed Mar 16, 2021
1 parent bb9e419 commit d8e6909
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.37.0](https://github.com/IBM/openapi-validator/compare/v0.36.0...v0.37.0) (2021-03-16)


### Features

* custom Spectral rule to ensure content objects contain schema ([#258](https://github.com/IBM/openapi-validator/issues/258)) ([bb9e419](https://github.com/IBM/openapi-validator/commit/bb9e419e347a407b9a8126ff28ddad80b4923e80))

# [0.36.0](https://github.com/IBM/openapi-validator/compare/v0.35.2...v0.36.0) (2021-03-12)


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

0 comments on commit d8e6909

Please sign in to comment.