Skip to content

Commit df2336a

Browse files
chore(release): 1.29.1 [skip ci]
## @ibm-cloud/openapi-ruleset [1.29.1](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2025-02-07) ### Bug Fixes * **ibm-major-version-in-path:** skip path checks if there are no paths ([#727](#727)) ([c539741](c539741))
1 parent c539741 commit df2336a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/ruleset/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @ibm-cloud/openapi-ruleset [1.29.1](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2025-02-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **ibm-major-version-in-path:** skip path checks if there are no paths ([#727](https://github.com/IBM/openapi-validator/issues/727)) ([c539741](https://github.com/IBM/openapi-validator/commit/c53974199df15c263f91d7fc586a7cd437f66b8e))
7+
18
# @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)
29

310

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.29.0",
4+
"version": "1.29.1",
55
"license": "Apache-2.0",
66
"private": false,
77
"main": "./src/ibm-oas.js",

0 commit comments

Comments
 (0)