Skip to content

Commit

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

### Features

* **ibm-no-required-properties-in-optional-body:** introduced new rule ([#683](#683)) ([7dd1553](7dd1553))
  • Loading branch information
semantic-release-bot committed Sep 19, 2024
1 parent 7dd1553 commit b9b1448
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/ruleset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# @ibm-cloud/openapi-ruleset [1.22.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2024-09-19)


### Features

* **ibm-no-required-properties-in-optional-body:** introduced new rule ([#683](https://github.com/IBM/openapi-validator/issues/683)) ([7dd1553](https://github.com/IBM/openapi-validator/commit/7dd15538fbffafe23cfa6c82f70e02f4c542aa18))

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


Expand Down
2 changes: 1 addition & 1 deletion 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.21.2",
"version": "1.22.0",
"license": "Apache-2.0",
"private": false,
"main": "./src/ibm-oas.js",
Expand Down

0 comments on commit b9b1448

Please sign in to comment.