diff --git a/CHANGELOG.md b/CHANGELOG.md index 531efc9..fcd332c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/bootstrap-styled/toggle/compare/v1.2.0...v1.2.1) (2018-12-19) + + +### Bug Fixes + +* **package:** update [@bootstrap-styled](https://github.com/bootstrap-styled)/v4 to version 2.0.0 ([189bd62](https://github.com/bootstrap-styled/toggle/commit/189bd62)) + # [1.2.0](https://github.com/bootstrap-styled/toggle/compare/v1.1.0...v1.2.0) (2018-12-16) diff --git a/package.json b/package.json index 1d7ad96..662d98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/toggle", - "version": "1.2.0", + "version": "1.2.1", "description": "Toggle option made with bootstrap and optionaly use react-intl or any other ui component", "main": "lib/index.js", "jsnext:main": "dist/@bootstrap-styled/toggle.es.js",