Skip to content

Commit

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

### Features

* **new-rule:** ibm-schema-naming-convention ([#627](#627)) ([b82f66a](b82f66a))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 1.14.0
  • Loading branch information
semantic-release-bot committed Oct 2, 2023
1 parent bd57c26 commit 58dbab6
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.14.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.14.0) (2023-10-02)


### Features

* **new-rule:** ibm-schema-naming-convention ([#627](https://github.com/IBM/openapi-validator/issues/627)) ([b82f66a](https://github.com/IBM/openapi-validator/commit/b82f66a6b76ab35c000b60eab477d8b91c84c4d7))





### Dependencies

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

# ibm-openapi-validator [1.13.0](https://github.com/IBM/openapi-validator/compare/[email protected]@1.13.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.13.0",
"version": "1.14.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"pkg": "../../scripts/create-binaries.sh"
},
"dependencies": {
"@ibm-cloud/openapi-ruleset": "1.13.0",
"@ibm-cloud/openapi-ruleset": "1.14.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 58dbab6

Please sign in to comment.