From 0ba91ed5a12cfbf5181c4c1b216da738a1b0dc95 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Nov 2018 11:01:38 +0000 Subject: [PATCH] chore(release): 1.0.8 [skip ci] ## [1.0.8](https://github.com/bootstrap-styled/redux/compare/v1.0.7...v1.0.8) (2018-11-17) ### Bug Fixes * **es6:** fix es6 package ([05c3c11](https://github.com/bootstrap-styled/redux/commit/05c3c11)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076d6da..f61164e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.8](https://github.com/bootstrap-styled/redux/compare/v1.0.7...v1.0.8) (2018-11-17) + + +### Bug Fixes + +* **es6:** fix es6 package ([05c3c11](https://github.com/bootstrap-styled/redux/commit/05c3c11)) + ## [1.0.7](https://github.com/bootstrap-styled/redux/compare/v1.0.6...v1.0.7) (2018-11-17) diff --git a/package.json b/package.json index 7582fb7..0f440e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/redux", - "version": "1.0.7", + "version": "1.0.8", "description": "ConnectedBootstrapProvider ReactJS component made for bootstrap-styled and redux", "main": "lib/index.js", "jsnext:main": "dist/@bootstrap-styled/redux.es.js",