Skip to content

Commit

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

### Bug Fixes

* **resource-response-consistency:** avoid destructuring property of undefined values ([#646](#646)) ([c864ebf](c864ebf))
  • Loading branch information
semantic-release-bot committed Jan 31, 2024
1 parent c864ebf commit 31c433d
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.15.2](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset@1.15.1...@ibm-cloud/openapi-ruleset@1.15.2) (2024-01-31)


### Bug Fixes

* **resource-response-consistency:** avoid destructuring property of undefined values ([#646](https://github.com/IBM/openapi-validator/issues/646)) ([c864ebf](https://github.com/IBM/openapi-validator/commit/c864ebfed9b8196e57b53efb755232f042c215a0))

## @ibm-cloud/openapi-ruleset [1.15.1](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset@1.15.0...@ibm-cloud/openapi-ruleset@1.15.1) (2024-01-30)


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.15.1",
"version": "1.15.2",
"license": "Apache-2.0",
"private": false,
"main": "./src/ibm-oas.js",
Expand Down

0 comments on commit 31c433d

Please sign in to comment.