From a7089b823ea0ec230dacf73c3c58308bce3099f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Aug 2020 18:05:32 +0000 Subject: [PATCH] chore(release): 0.29.1 [skip ci] ## [0.29.1](https://github.com/IBM/openapi-validator/compare/v0.29.0...v0.29.1) (2020-08-26) ### Bug Fixes * Required properties warning now checked in child refs ([#187](https://github.com/IBM/openapi-validator/issues/187)) ([5f2ae83](https://github.com/IBM/openapi-validator/commit/5f2ae839623130edb483ff7e93a390b3faaeb9a8)) --- 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 a3befda21..d69cbcef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.29.1](https://github.com/IBM/openapi-validator/compare/v0.29.0...v0.29.1) (2020-08-26) + + +### Bug Fixes + +* Required properties warning now checked in child refs ([#187](https://github.com/IBM/openapi-validator/issues/187)) ([5f2ae83](https://github.com/IBM/openapi-validator/commit/5f2ae839623130edb483ff7e93a390b3faaeb9a8)) + # [0.29.0](https://github.com/IBM/openapi-validator/compare/v0.28.1...v0.29.0) (2020-08-11) diff --git a/package-lock.json b/package-lock.json index 0db095cd8..b46ddedb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-openapi-validator", - "version": "0.29.0", + "version": "0.29.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2ddbc052..ebe5b722c 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.29.0", + "version": "0.29.1", "main": "src/lib/index.js", "repository": "https://github.com/IBM/openapi-validator", "license": "Apache-2.0",