Skip to content

Commit

Permalink
chore(release): 1.32.0 [skip ci]
Browse files Browse the repository at this point in the history
# ibm-openapi-validator [1.32.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.32.0) (2025-01-08)

### Features

* **ibm-use-date-based-format:** introduce new validation rule ([e29329e](e29329e))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.28.0
  • Loading branch information
semantic-release-bot committed Jan 8, 2025
1 parent ebab62b commit 6709f07
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# ibm-openapi-validator [1.32.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.32.0) (2025-01-08)


### Features

* **ibm-use-date-based-format:** introduce new validation rule ([e29329e](https://github.com/IBM/openapi-validator/commit/e29329e4c869747bab51da452d7cdf243a531eda))





### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.28.0

# ibm-openapi-validator [1.31.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.31.0) (2025-01-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ibm-openapi-validator",
"description": "Configurable and extensible validator/linter for OpenAPI documents",
"version": "1.31.0",
"version": "1.32.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.27.0",
"@ibm-cloud/openapi-ruleset": "1.28.0",
"@ibm-cloud/openapi-ruleset-utilities": "1.7.0",
"@stoplight/spectral-cli": "^6.13.1",
"@stoplight/spectral-core": "^1.19.2",
Expand Down

0 comments on commit 6709f07

Please sign in to comment.