Skip to content

Commit 873c971

Browse files
chore(release): 1.22.2 [skip ci]
## ibm-openapi-validator [1.22.2](https://github.com/IBM/openapi-validator/compare/[email protected]@1.22.2) (2024-09-17) ### Bug Fixes * **ibm-string-attributes:** expand rule to apply to response schemas ([#682](#682)) ([9e703ec](9e703ec)) ### Dependencies * **@ibm-cloud/openapi-ruleset:** upgraded to 1.21.2
1 parent 3773480 commit 873c971

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.22.2](https://github.com/IBM/openapi-validator/compare/[email protected]@1.22.2) (2024-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **ibm-string-attributes:** expand rule to apply to response schemas ([#682](https://github.com/IBM/openapi-validator/issues/682)) ([9e703ec](https://github.com/IBM/openapi-validator/commit/9e703ecd7d20101983307632140baa4cfda610b3))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@ibm-cloud/openapi-ruleset:** upgraded to 1.21.2
15+
116
## ibm-openapi-validator [1.22.1](https://github.com/IBM/openapi-validator/compare/[email protected]@1.22.1) (2024-09-04)
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.22.1",
4+
"version": "1.22.2",
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.21.1",
26+
"@ibm-cloud/openapi-ruleset": "1.21.2",
2727
"@stoplight/spectral-cli": "^6.11.1",
2828
"@stoplight/spectral-core": "^1.18.3",
2929
"@stoplight/spectral-parsers": "^1.0.4",

0 commit comments

Comments
 (0)