From 953e7c88592d505871c0d890262bcf5586b77d7a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Nov 2018 09:35:19 +0000 Subject: [PATCH] chore(release): 1.0.10 [skip ci] ## [1.0.10](https://github.com/bootstrap-styled/toggle/compare/v1.0.9...v1.0.10) (2018-11-17) ### Bug Fixes * **errors:** fix few errors with ToggleOption ([973bd77](https://github.com/bootstrap-styled/toggle/commit/973bd77)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf4004..b6f880c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.10](https://github.com/bootstrap-styled/toggle/compare/v1.0.9...v1.0.10) (2018-11-17) + + +### Bug Fixes + +* **errors:** fix few errors with ToggleOption ([973bd77](https://github.com/bootstrap-styled/toggle/commit/973bd77)) + ## [1.0.9](https://github.com/bootstrap-styled/toggle/compare/v1.0.8...v1.0.9) (2018-11-15) diff --git a/package.json b/package.json index 9544256..32fb5ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/toggle", - "version": "1.0.9", + "version": "1.0.10", "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",