Skip to content

Commit 1d0e685

Browse files
chore(release): 0.32.0 [skip ci]
# [0.32.0](v0.31.1...v0.32.0) (2020-12-28) ### Features * **spectral:** allow spectral ruleset file to be specified with command line option ([db60c11](db60c11)) * **spectral:** rework default spectral rules and expose as static "ibm:oas" ruleset ([cafad9e](cafad9e))
1 parent 7c66ca4 commit 1d0e685

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.32.0](https://github.com/IBM/openapi-validator/compare/v0.31.1...v0.32.0) (2020-12-28)
2+
3+
4+
### Features
5+
6+
* **spectral:** allow spectral ruleset file to be specified with command line option ([db60c11](https://github.com/IBM/openapi-validator/commit/db60c11e9bd218e99071a63b110ffd7daf8c42ba))
7+
* **spectral:** rework default spectral rules and expose as static "ibm:oas" ruleset ([cafad9e](https://github.com/IBM/openapi-validator/commit/cafad9e15671df4e52b5e477a12b92abd25e5e30))
8+
19
## [0.31.1](https://github.com/IBM/openapi-validator/compare/v0.31.0...v0.31.1) (2020-10-23)
210

311

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.31.1",
4+
"version": "0.32.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)