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,