From fba32cdd261a72b2e17aba3b297e1e1eaa159d4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Dec 2018 00:07:49 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/bootstrap-styled/toggle/compare/v1.2.0...v1.2.1) (2018-12-19) ### Bug Fixes * **package:** update [@bootstrap-styled](https://github.com/bootstrap-styled)/v4 to version 2.0.0 ([189bd62](https://github.com/bootstrap-styled/toggle/commit/189bd62)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 531efc9..fcd332c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/bootstrap-styled/toggle/compare/v1.2.0...v1.2.1) (2018-12-19) + + +### Bug Fixes + +* **package:** update [@bootstrap-styled](https://github.com/bootstrap-styled)/v4 to version 2.0.0 ([189bd62](https://github.com/bootstrap-styled/toggle/commit/189bd62)) + # [1.2.0](https://github.com/bootstrap-styled/toggle/compare/v1.1.0...v1.2.0) (2018-12-16) diff --git a/package.json b/package.json index 1d7ad96..662d98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/toggle", - "version": "1.2.0", + "version": "1.2.1", "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",