From d36b4cf7900e6d8156b5e09cf540e132aa0c48ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Apr 2021 12:12:59 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/andreidmt/tpl-react/compare/v1.0.0...v1.1.0) (2021-04-01) ### Bug Fixes * **release:** Remove assets from github release ([e3fc208](https://github.com/andreidmt/tpl-react/commit/e3fc2086855829f225f0ce609ca4f92d047500ab)) ### Features * Trigger new release in dev branch ([5aa46ca](https://github.com/andreidmt/tpl-react/commit/5aa46ca7e0a0dd479c29ee0884162aff70c67065)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0916962..3c41773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Semantic Versioning Changelog +# [1.1.0](https://github.com/andreidmt/tpl-react/compare/v1.0.0...v1.1.0) (2021-04-01) + + +### Bug Fixes + +* **release:** Remove assets from github release ([e3fc208](https://github.com/andreidmt/tpl-react/commit/e3fc2086855829f225f0ce609ca4f92d047500ab)) + + +### Features + +* Trigger new release in dev branch ([5aa46ca](https://github.com/andreidmt/tpl-react/commit/5aa46ca7e0a0dd479c29ee0884162aff70c67065)) + # [1.1.0-dev.1](https://github.com/andreidmt/tpl-react/compare/v1.0.0...v1.1.0-dev.1) (2021-04-01) diff --git a/package.json b/package.json index ba59121..dd38d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tpl-react", - "version": "1.1.0-dev.1", + "version": "1.1.0", "license": "BSD-3-Clause", "description": "Frontend starter with React, Redux, Webpack and friends", "private": true,