From b7017780108e901bb6ab8f1a6c844f37bceed30b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Nov 2018 22:51:11 +0000 Subject: [PATCH] chore(release): 1.0.8 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",