Skip to content

Commit

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

### Bug Fixes

* allow property names to be $ref without crashing ([ffa2f1b](ffa2f1b))
* **ibm-requestbody-name:** turn rule off by default, is now redundant ([#673](#673)) ([56437f2](56437f2))
  • Loading branch information
semantic-release-bot committed Jun 27, 2024
1 parent 56437f2 commit f8fe4c9
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.18.2](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2024-06-27)


### Bug Fixes

* allow property names to be $ref without crashing ([ffa2f1b](https://github.com/IBM/openapi-validator/commit/ffa2f1b36de0894edfda76d929d68e85f00df9ef))
* **ibm-requestbody-name:** turn rule off by default, is now redundant ([#673](https://github.com/IBM/openapi-validator/issues/673)) ([56437f2](https://github.com/IBM/openapi-validator/commit/56437f283b20ae59e0750a20317b90b5701ea52c))

## @ibm-cloud/openapi-ruleset [1.18.1](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2024-06-21)


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

0 comments on commit f8fe4c9

Please sign in to comment.