From 07c56a0e4aa7ed8dfa1a3266e279ddc2455f46cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Sep 2019 15:30:01 +0000 Subject: [PATCH] chore(release): 0.14.0 [skip ci] # [0.14.0](https://github.com/IBM/openapi-validator/compare/v0.13.6...v0.14.0) (2019-09-10) ### Features * adds k8s_camel_case validator for k8s API conventions ([#106](https://github.com/IBM/openapi-validator/issues/106)) ([bb82222](https://github.com/IBM/openapi-validator/commit/bb82222)) --- 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 bb2ac092b..21ccf8907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.14.0](https://github.com/IBM/openapi-validator/compare/v0.13.6...v0.14.0) (2019-09-10) + + +### Features + +* adds k8s_camel_case validator for k8s API conventions ([#106](https://github.com/IBM/openapi-validator/issues/106)) ([bb82222](https://github.com/IBM/openapi-validator/commit/bb82222)) + ## [0.13.6](https://github.com/IBM/openapi-validator/compare/v0.13.5...v0.13.6) (2019-09-09) diff --git a/package-lock.json b/package-lock.json index 418c80f5b..1f6fc32c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-openapi-validator", - "version": "0.13.6", + "version": "0.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d9a6a377..fa60472a7 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.13.6", + "version": "0.14.0", "main": "src/lib/index.js", "repository": "https://github.com/IBM/openapi-validator", "license": "Apache-2.0",