From c117cc5e8a8f2c21a10c3bba904633fee13a8a8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Jan 2019 15:28:17 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-01-09) ### Features * **new-validation:** flag required parameters that specify a default value ([a338794](https://github.com/IBM/openapi-validator/commit/a338794)) --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad0c3dc3..0cb5e3ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.0.0 (2019-01-09) + + +### Features + +* **new-validation:** flag required parameters that specify a default value ([a338794](https://github.com/IBM/openapi-validator/commit/a338794)) + # 0.2.0 - The options `-v` or `--version` now prints the semantic version of the validator -- The `--print_validator_modules` short-hand option is renamed to `-p` \ No newline at end of file +- The `--print_validator_modules` short-hand option is renamed to `-p` diff --git a/package-lock.json b/package-lock.json index 11e3ad7e6..8eda81104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-openapi-validator", - "version": "0.2.1", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5996c87ef..b22c74ce4 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.2.1", + "version": "1.0.0", "main": "src/lib/index.js", "repository": "https://github.com/IBM/openapi-validator", "license": "Apache-2.0",