From b190c1056d88c3f88a41850677e6a9ff3de59c3e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Sep 2020 05:12:53 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/digio/oaat/compare/v1.0.1...v1.0.2) (2020-09-15) ### Bug Fixes * **build:** add support for `x-mock-file` property in the build command ([5389b55](https://github.com/digio/oaat/commit/5389b55ab1d77233cee4decb859520e297a807ea)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77403c..32933c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/digio/oaat/compare/v1.0.1...v1.0.2) (2020-09-15) + + +### Bug Fixes + +* **build:** add support for `x-mock-file` property in the build command ([5389b55](https://github.com/digio/oaat/commit/5389b55ab1d77233cee4decb859520e297a807ea)) + ## [1.0.1](https://github.com/digio/oaat/compare/v1.0.0...v1.0.1) (2020-09-14) diff --git a/package.json b/package.json index 94517cc..6846138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oaat", - "version": "1.0.1", + "version": "1.0.2", "description": "Open API AWS Tool with support for deploying an API to AWS API Gateway", "repository": { "type": "git",