diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf4004..b6f880c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.10](https://github.com/bootstrap-styled/toggle/compare/v1.0.9...v1.0.10) (2018-11-17) + + +### Bug Fixes + +* **errors:** fix few errors with ToggleOption ([973bd77](https://github.com/bootstrap-styled/toggle/commit/973bd77)) + ## [1.0.9](https://github.com/bootstrap-styled/toggle/compare/v1.0.8...v1.0.9) (2018-11-15) diff --git a/package.json b/package.json index 9544256..32fb5ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/toggle", - "version": "1.0.9", + "version": "1.0.10", "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",