Skip to content

Commit edd2761

Browse files
chore(release): 1.29.0 [skip ci]
# @ibm-cloud/openapi-ruleset [1.29.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2025-02-04) ### Bug Fixes * **ibm-use-date-based-format:** avoid false positives for mac addresses ([#723](#723)) ([357dfb2](357dfb2)) * **ibm-use-date-based-format:** handle null example values ([#724](#724)) ([e096b12](e096b12)) ### Features * **ibm-valid-schema-example:** introduce new validation rule ([d2f8071](d2f8071))
1 parent e096b12 commit edd2761

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/ruleset/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# @ibm-cloud/openapi-ruleset [1.29.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2025-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **ibm-use-date-based-format:** avoid false positives for mac addresses ([#723](https://github.com/IBM/openapi-validator/issues/723)) ([357dfb2](https://github.com/IBM/openapi-validator/commit/357dfb22cd2a4b27b0cbb08101e7048302bd1005))
7+
* **ibm-use-date-based-format:** handle null example values ([#724](https://github.com/IBM/openapi-validator/issues/724)) ([e096b12](https://github.com/IBM/openapi-validator/commit/e096b12b691049364d2e8fd6b7ee71018aacde10))
8+
9+
10+
### Features
11+
12+
* **ibm-valid-schema-example:** introduce new validation rule ([d2f8071](https://github.com/IBM/openapi-validator/commit/d2f8071c95edd81aebdbefab33d1423cde970873))
13+
114
## @ibm-cloud/openapi-ruleset [1.28.4](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2025-01-27)
215

316

packages/ruleset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ibm-cloud/openapi-ruleset",
33
"description": "Spectral ruleset for validating IBM Cloud services",
4-
"version": "1.28.4",
4+
"version": "1.29.0",
55
"license": "Apache-2.0",
66
"private": false,
77
"main": "./src/ibm-oas.js",

0 commit comments

Comments
 (0)