From f8ca5112b615a3bb53f6fd9e249f7c7ac574f0f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Oct 2020 02:18:38 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/digio/oaat/compare/v1.2.0...v1.3.0) (2020-10-06) ### Features * **security:** add support for OAS securitySchemes (http & apiKey) ([a5459bf](https://github.com/digio/oaat/commit/a5459bf02eaccf1d1789b522c3fa1deac3457248)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab69d53..1d0ec87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/digio/oaat/compare/v1.2.0...v1.3.0) (2020-10-06) + + +### Features + +* **security:** add support for OAS securitySchemes (http & apiKey) ([a5459bf](https://github.com/digio/oaat/commit/a5459bf02eaccf1d1789b522c3fa1deac3457248)) + # [1.2.0](https://github.com/digio/oaat/compare/v1.1.1...v1.2.0) (2020-09-16) diff --git a/package.json b/package.json index 8d3603d..3898f67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oaat", - "version": "1.2.0", + "version": "1.3.0", "description": "Open API AWS Tool with support for deploying an API to AWS API Gateway", "repository": { "type": "git",