Skip to content

Commit

Permalink
chore(release): 0.54.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.54.0](https://github.com/IBM/openapi-validator/compare/[email protected]@0.54.0) (2022-02-04)

### Features

* add new spectral `discriminator` rule and remove old rule ([#367](#367)) ([390afc9](390afc9))
  • Loading branch information
semantic-release-bot committed Feb 4, 2022
1 parent 882a3be commit a4a8ce5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# ibm-openapi-validator [0.54.0](https://github.com/IBM/openapi-validator/compare/[email protected]@0.54.0) (2022-02-04)


### Features

* add new spectral `discriminator` rule and remove old rule ([#367](https://github.com/IBM/openapi-validator/issues/367)) ([390afc9](https://github.com/IBM/openapi-validator/commit/390afc91e745c4ac73bf7fcd6a027107a5bc8021))





### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 0.2.0

## ibm-openapi-validator [0.53.1](https://github.com/IBM/openapi-validator/compare/[email protected]@0.53.1) (2022-01-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/validator/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.53.1",
"version": "0.54.0",
"main": "src/lib/index.js",
"private": false,
"repository": "https://github.com/IBM/openapi-validator",
Expand All @@ -20,7 +20,7 @@
"pkg": "./node_modules/.bin/pkg --out-path=./bin ./package.json; cd bin; rename -f 's/ibm-openapi-validator-(linux|macos|win)/lint-openapi-$1/g' ./ibm-openapi-*"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "0.1.2",
"@ibm-cloud/openapi-ruleset": "0.2.0",
"@stoplight/spectral-cli": "^6.1.0",
"@stoplight/spectral-core": "^1.6.1",
"@stoplight/spectral-parsers": "^1.0.1",
Expand Down

0 comments on commit a4a8ce5

Please sign in to comment.