diff --git a/CHANGELOG.md b/CHANGELOG.md index 2247466..b04c027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.7](https://github.com/bootstrap-styled/toggle/compare/v1.0.6...v1.0.7) (2018-11-14) + + +### Bug Fixes + +* **ci:** reset HEAD before switching tag on documentation deployment ([a2df09f](https://github.com/bootstrap-styled/toggle/commit/a2df09f)) +* **doc:** fix prepare.sh ([73b63f0](https://github.com/bootstrap-styled/toggle/commit/73b63f0)) + ## [1.0.6](https://github.com/bootstrap-styled/toggle/compare/v1.0.5...v1.0.6) (2018-11-14) diff --git a/package.json b/package.json index 21b747f..0cba573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/toggle", - "version": "1.0.6", + "version": "1.0.7", "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",