From 06d42917308ba8b46237ba1e8d0c6cf4bcbc26a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Apr 2021 10:45:57 +0000 Subject: [PATCH] chore(release): 1.1.0-dev.2 [skip ci] # [1.1.0-dev.2](https://github.com/andreidmt/tpl-react/compare/v1.1.0-dev.1...v1.1.0-dev.2) (2021-04-01) ### Bug Fixes * **release:** Remove assets from github release ([e3fc208](https://github.com/andreidmt/tpl-react/commit/e3fc2086855829f225f0ce609ca4f92d047500ab)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0916962..c99419c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.1.0-dev.2](https://github.com/andreidmt/tpl-react/compare/v1.1.0-dev.1...v1.1.0-dev.2) (2021-04-01) + + +### Bug Fixes + +* **release:** Remove assets from github release ([e3fc208](https://github.com/andreidmt/tpl-react/commit/e3fc2086855829f225f0ce609ca4f92d047500ab)) + # [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..1799005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tpl-react", - "version": "1.1.0-dev.1", + "version": "1.1.0-dev.2", "license": "BSD-3-Clause", "description": "Frontend starter with React, Redux, Webpack and friends", "private": true,