diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e4a64..8cccc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/wizeline/serverless-amplify-plugin/compare/v1.2.1...v1.3.0) (2020-05-01) + + +### Features + +* set empty branch to skip creating a Branch resource ([98a7832](https://github.com/wizeline/serverless-amplify-plugin/commit/98a7832e8512ef13fe05b18e07d4e9a7f103fe90)) + ## [1.2.1](https://github.com/wizeline/serverless-amplify-plugin/compare/v1.2.0...v1.2.1) (2020-04-14) diff --git a/package-lock.json b/package-lock.json index 768e2a1..2de92a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wizeline/serverless-amplify-plugin", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 62d7f3a..1c900c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wizeline/serverless-amplify-plugin", - "version": "1.2.1", + "version": "1.3.0", "description": "Serverless Framework Plugin for creating Amplify Console Apps.", "main": "index.js", "scripts": {