From f8fa549f97242a8223bc0c629da7487af342e83e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jun 2019 21:27:56 +0000 Subject: [PATCH] chore(release): 0.10.2 [skip ci] ## [0.10.2](https://github.com/IBM/openapi-validator/compare/v0.10.1...v0.10.2) (2019-06-05) ### Bug Fixes * don't crash validator when path has a period in it ([01aa679](https://github.com/IBM/openapi-validator/commit/01aa679)) --- 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 1d06d8eda..1af64b8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.10.2](https://github.com/IBM/openapi-validator/compare/v0.10.1...v0.10.2) (2019-06-05) + + +### Bug Fixes + +* don't crash validator when path has a period in it ([01aa679](https://github.com/IBM/openapi-validator/commit/01aa679)) + ## [0.10.1](https://github.com/IBM/openapi-validator/compare/v0.10.0...v0.10.1) (2019-06-04) diff --git a/package-lock.json b/package-lock.json index 50c0b7d56..68133e623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-openapi-validator", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 34b42ccae..aed14b17f 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.10.1", + "version": "0.10.2", "main": "src/lib/index.js", "repository": "https://github.com/IBM/openapi-validator", "license": "Apache-2.0",