From 0b2032df2ae47866e781785c76d142512cb3d40a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Mar 2021 18:47:56 +0000 Subject: [PATCH] chore(release): 0.34.4 [skip ci] ## [0.34.4](https://github.com/IBM/openapi-validator/compare/v0.34.3...v0.34.4) (2021-03-01) ### Bug Fixes * properly handle circular regressions to prevent call stack exceptions ([#253](https://github.com/IBM/openapi-validator/issues/253)) ([3696487](https://github.com/IBM/openapi-validator/commit/3696487e2e6bf4b61d527aeeff3bb659d0ff032e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a59c85c..8a5750515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.4](https://github.com/IBM/openapi-validator/compare/v0.34.3...v0.34.4) (2021-03-01) + + +### Bug Fixes + +* properly handle circular regressions to prevent call stack exceptions ([#253](https://github.com/IBM/openapi-validator/issues/253)) ([3696487](https://github.com/IBM/openapi-validator/commit/3696487e2e6bf4b61d527aeeff3bb659d0ff032e)) + ## [0.34.3](https://github.com/IBM/openapi-validator/compare/v0.34.2...v0.34.3) (2021-02-22) diff --git a/package-lock.json b/package-lock.json index 4fccb56a5..889ed42ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-openapi-validator", - "version": "0.34.3", + "version": "0.34.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b48c7c50..d2a4304f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ibm-openapi-validator", "description": "Configurable and extensible validator/linter for OpenAPI documents", - "version": "0.34.3", + "version": "0.34.4", "main": "src/lib/index.js", "repository": "https://github.com/IBM/openapi-validator", "license": "Apache-2.0",