Skip to content

Commit

Permalink
chore(release): 1.16.2 [skip ci]
Browse files Browse the repository at this point in the history
## ibm-openapi-validator [1.16.2](https://github.com/IBM/openapi-validator/compare/[email protected]@1.16.2) (2024-01-31)

### Bug Fixes

* **resource-response-consistency:** avoid destructuring property of undefined values ([#646](#646)) ([c864ebf](c864ebf))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.15.2
  • Loading branch information
semantic-release-bot committed Jan 31, 2024
1 parent 31c433d commit c8eb61b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## ibm-openapi-validator [1.16.2](https://github.com/IBM/openapi-validator/compare/[email protected]@1.16.2) (2024-01-31)


### Bug Fixes

* **resource-response-consistency:** avoid destructuring property of undefined values ([#646](https://github.com/IBM/openapi-validator/issues/646)) ([c864ebf](https://github.com/IBM/openapi-validator/commit/c864ebfed9b8196e57b53efb755232f042c215a0))





### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.15.2

## ibm-openapi-validator [1.16.1](https://github.com/IBM/openapi-validator/compare/[email protected]@1.16.1) (2024-01-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ibm-openapi-validator",
"description": "Configurable and extensible validator/linter for OpenAPI documents",
"version": "1.16.1",
"version": "1.16.2",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.15.1",
"@ibm-cloud/openapi-ruleset": "1.15.2",
"@stoplight/spectral-cli": "^6.8.0",
"@stoplight/spectral-core": "^1.18.0",
"@stoplight/spectral-parsers": "^1.0.2",
Expand Down

0 comments on commit c8eb61b

Please sign in to comment.