Skip to content

Commit 668e468

Browse files
chore(release): 0.97.1 [skip ci]
## ibm-openapi-validator [0.97.1](https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@0.97.0...ibm-openapi-validator@0.97.1) (2022-12-14) ### Bug Fixes * **property-case-convention:** report correct path in errors ([#526](#526)) ([3fd84cf](3fd84cf)) ### Dependencies * **@ibm-cloud/openapi-ruleset:** upgraded to 0.45.1
1 parent 2cfde3c commit 668e468

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/validator/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## ibm-openapi-validator [0.97.1](https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@0.97.0...ibm-openapi-validator@0.97.1) (2022-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **property-case-convention:** report correct path in errors ([#526](https://github.com/IBM/openapi-validator/issues/526)) ([3fd84cf](https://github.com/IBM/openapi-validator/commit/3fd84cf96ee90a0229635ea696b6ec97651e48b8))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@ibm-cloud/openapi-ruleset:** upgraded to 0.45.1
15+
116
# ibm-openapi-validator [0.97.0](https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@0.96.5...ibm-openapi-validator@0.97.0) (2022-12-12)
217

318

packages/validator/package.json

+2-2
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": "0.97.0",
4+
"version": "0.97.1",
55
"main": "src/lib/index.js",
66
"private": false,
77
"repository": "https://github.com/IBM/openapi-validator",
@@ -20,7 +20,7 @@
2020
"pkg": "../../scripts/create-binaries.sh"
2121
},
2222
"dependencies": {
23-
"@ibm-cloud/openapi-ruleset": "0.45.0",
23+
"@ibm-cloud/openapi-ruleset": "0.45.1",
2424
"@stoplight/spectral-cli": "^6.4.2",
2525
"@stoplight/spectral-core": "^1.12.4",
2626
"@stoplight/spectral-parsers": "^1.0.1",

0 commit comments

Comments
 (0)