Skip to content

Commit

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

### Features

* **no-$ref-siblings:** modify rule to also run on OpenAPI 3.1.x documents ([1ccfd3d](1ccfd3d))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.13.0
  • Loading branch information
semantic-release-bot committed Sep 27, 2023
1 parent ef4c74c commit 10042b2
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.13.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.13.0) (2023-09-27)


### Features

* **no-$ref-siblings:** modify rule to also run on OpenAPI 3.1.x documents ([1ccfd3d](https://github.com/IBM/openapi-validator/commit/1ccfd3d45e8995fc85f95e3535e4a6882e03a17d))





### Dependencies

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

# ibm-openapi-validator [1.12.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.12.0) (2023-09-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.12.0",
"version": "1.13.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.12.0",
"@ibm-cloud/openapi-ruleset": "1.13.0",
"@stoplight/spectral-cli": "^6.8.0",
"@stoplight/spectral-core": "^1.18.0",
"@stoplight/spectral-parsers": "^1.0.2",
Expand Down

0 comments on commit 10042b2

Please sign in to comment.