Skip to content

Commit

Permalink
chore(release): 1.33.0 [skip ci]
Browse files Browse the repository at this point in the history
# ibm-openapi-validator [1.33.0](/~https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@1.32.4...ibm-openapi-validator@1.33.0) (2025-02-04)

### Features

* **ibm-valid-schema-example:** introduce new validation rule ([d2f8071](d2f8071))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.29.0
  • Loading branch information
semantic-release-bot committed Feb 4, 2025
1 parent edd2761 commit a1e994d
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.33.0](/~https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@1.32.4...ibm-openapi-validator@1.33.0) (2025-02-04)


### Features

* **ibm-valid-schema-example:** introduce new validation rule ([d2f8071](/~https://github.com/IBM/openapi-validator/commit/d2f8071c95edd81aebdbefab33d1423cde970873))





### Dependencies

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

## ibm-openapi-validator [1.32.4](/~https://github.com/IBM/openapi-validator/compare/ibm-openapi-validator@1.32.3...ibm-openapi-validator@1.32.4) (2025-01-27)


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.32.4",
"version": "1.33.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.28.4",
"@ibm-cloud/openapi-ruleset": "1.29.0",
"@ibm-cloud/openapi-ruleset-utilities": "1.7.0",
"@stoplight/spectral-cli": "^6.13.1",
"@stoplight/spectral-core": "^1.19.2",
Expand Down

0 comments on commit a1e994d

Please sign in to comment.