diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c853a..fea0e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/bootstrap-styled/redux/compare/v1.1.1...v1.1.2) (2019-03-06) + + +### Bug Fixes + +* **dependencies:** upgrade all dependencies ([bdfb040](https://github.com/bootstrap-styled/redux/commit/bdfb040)) + ## [1.1.1](https://github.com/bootstrap-styled/redux/compare/v1.1.0...v1.1.1) (2019-02-05) diff --git a/package.json b/package.json index 7f1a7ba..303621e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/redux", - "version": "1.1.1", + "version": "1.1.2", "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",