From 98866b2c16c12ed42a5c15edd8caff47d7605e2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Nov 2018 23:06:32 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/bootstrap-styled/toggle/compare/v1.0.8...v1.0.9) (2018-11-15) ### Bug Fixes * **doc:** fixing documentation ([03e8996](https://github.com/bootstrap-styled/toggle/commit/03e8996)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4531089..fdf4004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.9](https://github.com/bootstrap-styled/toggle/compare/v1.0.8...v1.0.9) (2018-11-15) + + +### Bug Fixes + +* **doc:** fixing documentation ([03e8996](https://github.com/bootstrap-styled/toggle/commit/03e8996)) + ## [1.0.8](https://github.com/bootstrap-styled/toggle/compare/v1.0.7...v1.0.8) (2018-11-15) diff --git a/package.json b/package.json index 96a3901..9544256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/toggle", - "version": "1.0.8", + "version": "1.0.9", "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",