Skip to content

Commit

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

### Features

* **collection-array-property:** add new spectral-style rule ([e24fc67](e24fc67))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 0.41.0
  • Loading branch information
semantic-release-bot committed Sep 9, 2022
1 parent 9016353 commit d649565
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.92.0](https://github.com/IBM/openapi-validator/compare/[email protected]@0.92.0) (2022-09-09)


### Features

* **collection-array-property:** add new spectral-style rule ([e24fc67](https://github.com/IBM/openapi-validator/commit/e24fc67b770bf6ea7a08e53ee1898aabd7440b98))





### Dependencies

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

# ibm-openapi-validator [0.91.0](https://github.com/IBM/openapi-validator/compare/[email protected]@0.91.0) (2022-08-30)


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.91.0",
"version": "0.92.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.40.0",
"@ibm-cloud/openapi-ruleset": "0.41.0",
"@stoplight/spectral-cli": "^6.4.2",
"@stoplight/spectral-core": "^1.12.4",
"@stoplight/spectral-parsers": "^1.0.1",
Expand Down

0 comments on commit d649565

Please sign in to comment.