Skip to content

Commit

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

### Features

* **ibm-required-array-properties-in-response:** add new validator rule ([#684](#684)) ([7cc4be2](7cc4be2))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.23.0
  • Loading branch information
semantic-release-bot committed Sep 24, 2024
1 parent b313b76 commit a68d263
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.24.0](https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@1.23.0...ibm-openapi-validator@1.24.0) (2024-09-24)


### Features

* **ibm-required-array-properties-in-response:** add new validator rule ([#684](https://github.com/IBM/openapi-validator/issues/684)) ([7cc4be2](https://github.com/IBM/openapi-validator/commit/7cc4be204512a0fe3b0ce6d0baef3cc960628722))





### Dependencies

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

# ibm-openapi-validator [1.23.0](https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@1.22.2...ibm-openapi-validator@1.23.0) (2024-09-19)


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.23.0",
"version": "1.24.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.22.0",
"@ibm-cloud/openapi-ruleset": "1.23.0",
"@stoplight/spectral-cli": "^6.13.1",
"@stoplight/spectral-core": "^1.19.1",
"@stoplight/spectral-parsers": "^1.0.4",
Expand Down

0 comments on commit a68d263

Please sign in to comment.