Skip to content

Commit

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

### Bug Fixes

* **build:** build executables with correct dependency versions ([#654](#654)) ([7b8192d](7b8192d))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.15.5
  • Loading branch information
semantic-release-bot committed Mar 22, 2024
1 parent c3e8a34 commit d6a3203
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.5](https://github.com/IBM/openapi-validator/compare/[email protected]@1.16.5) (2024-03-22)


### Bug Fixes

* **build:** build executables with correct dependency versions ([#654](https://github.com/IBM/openapi-validator/issues/654)) ([7b8192d](https://github.com/IBM/openapi-validator/commit/7b8192dc74a4d672a8b6a6a077e40fc9e4ea716a))





### Dependencies

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

## ibm-openapi-validator [1.16.4](https://github.com/IBM/openapi-validator/compare/[email protected]@1.16.4) (2024-03-20)


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.4",
"version": "1.16.5",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.15.4",
"@ibm-cloud/openapi-ruleset": "1.15.5",
"@stoplight/spectral-cli": "^6.11.0",
"@stoplight/spectral-core": "^1.18.3",
"@stoplight/spectral-parsers": "^1.0.3",
Expand Down

0 comments on commit d6a3203

Please sign in to comment.