Skip to content

Commit

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

### Features

* **ibm-required-enum-properties-in-response:** introduce new validation rule ([1ed6d4e](1ed6d4e))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.24.0
  • Loading branch information
semantic-release-bot committed Nov 8, 2024
1 parent 5154762 commit 82a1a67
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.26.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.26.0) (2024-11-08)


### Features

* **ibm-required-enum-properties-in-response:** introduce new validation rule ([1ed6d4e](https://github.com/IBM/openapi-validator/commit/1ed6d4effdd8e65f7a52e3c5851fdc4b036d6bf7))





### Dependencies

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

## ibm-openapi-validator [1.25.1](https://github.com/IBM/openapi-validator/compare/[email protected]@1.25.1) (2024-11-08)


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.25.1",
"version": "1.26.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.23.3",
"@ibm-cloud/openapi-ruleset": "1.24.0",
"@ibm-cloud/openapi-ruleset-utilities": "1.4.0",
"@stoplight/spectral-cli": "^6.13.1",
"@stoplight/spectral-core": "^1.19.1",
Expand Down

0 comments on commit 82a1a67

Please sign in to comment.