Skip to content

Commit

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

### Features

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

### Dependencies

* **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.4.0
  • Loading branch information
semantic-release-bot committed Sep 24, 2024
1 parent c9d1272 commit b313b76
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/ruleset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @ibm-cloud/openapi-ruleset [1.23.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset@1.22.0...@ibm-cloud/openapi-ruleset@1.23.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-utilities:** upgraded to 1.4.0

# @ibm-cloud/openapi-ruleset [1.22.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset@1.21.2...@ibm-cloud/openapi-ruleset@1.22.0) (2024-09-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/ruleset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibm-cloud/openapi-ruleset",
"description": "Spectral ruleset for validating IBM Cloud services",
"version": "1.22.0",
"version": "1.23.0",
"license": "Apache-2.0",
"private": false,
"main": "./src/ibm-oas.js",
Expand All @@ -21,7 +21,7 @@
"pkg": "echo no executables to build in this package"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset-utilities": "1.3.2",
"@ibm-cloud/openapi-ruleset-utilities": "1.4.0",
"@stoplight/spectral-formats": "^1.7.0",
"@stoplight/spectral-functions": "^1.9.0",
"@stoplight/spectral-rulesets": "^1.20.2",
Expand Down

0 comments on commit b313b76

Please sign in to comment.