Skip to content

Commit

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

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.26.0
* **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.6.0
  • Loading branch information
semantic-release-bot committed Dec 23, 2024
1 parent 7fa0594 commit 4265623
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ibm-openapi-validator [1.30.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.30.0) (2024-12-23)





### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.26.0
* **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.6.0

## ibm-openapi-validator [1.29.1](https://github.com/IBM/openapi-validator/compare/[email protected]@1.29.1) (2024-12-16)


Expand Down
6 changes: 3 additions & 3 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.29.1",
"version": "1.30.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.25.2",
"@ibm-cloud/openapi-ruleset-utilities": "1.5.0",
"@ibm-cloud/openapi-ruleset": "1.26.0",
"@ibm-cloud/openapi-ruleset-utilities": "1.6.0",
"@stoplight/spectral-cli": "^6.13.1",
"@stoplight/spectral-core": "^1.19.2",
"@stoplight/spectral-parsers": "^1.0.4",
Expand Down

0 comments on commit 4265623

Please sign in to comment.