Skip to content

Commit

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

### Bug Fixes

* **ibm-api-symmetry:** improve validation logic to avoid [secure] positives ([67676ad](67676ad))
* **ibm-api-symmetry:** maintain paths when resolving reference schemas ([#658](#658)) ([db7eda1](db7eda1))
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent db7eda1 commit 2d193bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/ruleset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @ibm-cloud/openapi-ruleset [1.15.7](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset@1.15.6...@ibm-cloud/openapi-ruleset@1.15.7) (2024-04-03)


### Bug Fixes

* **ibm-api-symmetry:** improve validation logic to avoid [secure] positives ([67676ad](https://github.com/IBM/openapi-validator/commit/67676ad07bb4c20005d3b81db7b26022ac4eabc2))
* **ibm-api-symmetry:** maintain paths when resolving reference schemas ([#658](https://github.com/IBM/openapi-validator/issues/658)) ([db7eda1](https://github.com/IBM/openapi-validator/commit/db7eda1464143ebc29fb8551e3a94c4e7ae14b42))

## @ibm-cloud/openapi-ruleset [1.15.6](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset@1.15.5...@ibm-cloud/openapi-ruleset@1.15.6) (2024-03-22)


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

0 comments on commit 2d193bb

Please sign in to comment.