From d27fcbf8fe14e970b448159b93136e12837f8313 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Nov 2018 23:24:23 +0000 Subject: [PATCH] chore(release): 1.0.7 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",