Skip to content

Commit

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

### Bug Fixes

* **ibm-accept-and-return-models:** exempt non-object schemas ([#681](#681)) ([4577d06](4577d06))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.21.1
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent ebf6b8e commit 826baff
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 [1.22.1](https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@1.22.0...ibm-openapi-validator@1.22.1) (2024-09-04)


### Bug Fixes

* **ibm-accept-and-return-models:** exempt non-object schemas ([#681](https://github.com/IBM/openapi-validator/issues/681)) ([4577d06](https://github.com/IBM/openapi-validator/commit/4577d0647c683f7c7ede0d5ee1aea6ab633001fc))





### Dependencies

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

# ibm-openapi-validator [1.22.0](https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@1.21.0...ibm-openapi-validator@1.22.0) (2024-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": "1.22.0",
"version": "1.22.1",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.21.0",
"@ibm-cloud/openapi-ruleset": "1.21.1",
"@stoplight/spectral-cli": "^6.11.1",
"@stoplight/spectral-core": "^1.18.3",
"@stoplight/spectral-parsers": "^1.0.4",
Expand Down

0 comments on commit 826baff

Please sign in to comment.