From eb9663bb25c054e98ab25a76e80cf2ba24ddf1a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Apr 2021 09:40:01 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/andreidmt/tpl-react/compare/v1.1.0...v1.2.0) (2021-04-02) ### Features * **ci:** Set environment variables based on branch ([e32a767](https://github.com/andreidmt/tpl-react/commit/e32a76732306c7c8fd6fd654bcd7163d52c97249)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c41773..e6cccc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.2.0](https://github.com/andreidmt/tpl-react/compare/v1.1.0...v1.2.0) (2021-04-02) + + +### Features + +* **ci:** Set environment variables based on branch ([e32a767](https://github.com/andreidmt/tpl-react/commit/e32a76732306c7c8fd6fd654bcd7163d52c97249)) + # [1.1.0](https://github.com/andreidmt/tpl-react/compare/v1.0.0...v1.1.0) (2021-04-01) diff --git a/package.json b/package.json index dd38d43..9d44d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tpl-react", - "version": "1.1.0", + "version": "1.2.0", "license": "BSD-3-Clause", "description": "Frontend starter with React, Redux, Webpack and friends", "private": true,