diff --git a/CHANGELOG.md b/CHANGELOG.md index 416ed79..64c853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/bootstrap-styled/redux/compare/v1.1.0...v1.1.1) (2019-02-05) + + +### Bug Fixes + +* **package:** update [@bootstrap-styled](https://github.com/bootstrap-styled)/v4 to version 3.0.4 ([a7c5e2d](https://github.com/bootstrap-styled/redux/commit/a7c5e2d)) + # [1.1.0](https://github.com/bootstrap-styled/redux/compare/v1.0.15...v1.1.0) (2019-01-14) diff --git a/package.json b/package.json index c811694..473ab04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/redux", - "version": "1.1.0", + "version": "1.1.1", "description": "Bootstrap Styled redux store and component to store all your theme in one place", "main": "lib/index.js", "jsnext:main": "dist/@bootstrap-styled/redux.es.js",