Skip to content

Commit

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

### Features

* add `collectFromComposedSchemas()` and `getExamplesForSchema()` to utilities ([#708](#708)) ([bfbee14](bfbee14))
  • Loading branch information
semantic-release-bot committed Dec 23, 2024
1 parent bfbee14 commit 141a944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# @ibm-cloud/openapi-ruleset-utilities [1.6.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2024-12-23)


### Features

* add `collectFromComposedSchemas()` and `getExamplesForSchema()` to utilities ([#708](https://github.com/IBM/openapi-validator/issues/708)) ([bfbee14](https://github.com/IBM/openapi-validator/commit/bfbee1465c112c99edba5291d7d302e74a83c880))

# @ibm-cloud/openapi-ruleset-utilities [1.5.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2024-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibm-cloud/openapi-ruleset-utilities",
"description": "Programmatic utility functions for creating Spectral-formatted OpenAPI Rulesets",
"version": "1.5.0",
"version": "1.6.0",
"license": "Apache-2.0",
"private": false,
"main": "./src/index.js",
Expand Down

0 comments on commit 141a944

Please sign in to comment.