diff --git a/CHANGELOG.md b/CHANGELOG.md index b04c027..4531089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.8](https://github.com/bootstrap-styled/toggle/compare/v1.0.7...v1.0.8) (2018-11-15) + + +### Bug Fixes + +* **doc:** fix documentation not starting with introduction ([2300fa1](https://github.com/bootstrap-styled/toggle/commit/2300fa1)) + ## [1.0.7](https://github.com/bootstrap-styled/toggle/compare/v1.0.6...v1.0.7) (2018-11-14) diff --git a/package.json b/package.json index 0cba573..96a3901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/toggle", - "version": "1.0.7", + "version": "1.0.8", "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",