Skip to content

Commit 6709f07

Browse files
chore(release): 1.32.0 [skip ci]
# 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
1 parent ebab62b commit 6709f07

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/validator/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# ibm-openapi-validator [1.32.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.32.0) (2025-01-08)
2+
3+
4+
### Features
5+
6+
* **ibm-use-date-based-format:** introduce new validation rule ([e29329e](https://github.com/IBM/openapi-validator/commit/e29329e4c869747bab51da452d7cdf243a531eda))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@ibm-cloud/openapi-ruleset:** upgraded to 1.28.0
15+
116
# ibm-openapi-validator [1.31.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.31.0) (2025-01-07)
217

318

packages/validator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm-openapi-validator",
33
"description": "Configurable and extensible validator/linter for OpenAPI documents",
4-
"version": "1.31.0",
4+
"version": "1.32.0",
55
"private": false,
66
"repository": {
77
"type": "git",
@@ -23,7 +23,7 @@
2323
"pkg": "../../scripts/create-binaries.sh"
2424
},
2525
"dependencies": {
26-
"@ibm-cloud/openapi-ruleset": "1.27.0",
26+
"@ibm-cloud/openapi-ruleset": "1.28.0",
2727
"@ibm-cloud/openapi-ruleset-utilities": "1.7.0",
2828
"@stoplight/spectral-cli": "^6.13.1",
2929
"@stoplight/spectral-core": "^1.19.2",

0 commit comments

Comments
 (0)