From c6c4878f7bae039baec4adab632cdabb9cf40298 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Dec 2018 13:08:57 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/bootstrap-styled/motion/compare/v1.0.0...v1.0.1) (2018-12-09) ### Bug Fixes * **release:** GitHub release https://github.com/bootstrap-styled/motion ([e3b4579](https://github.com/bootstrap-styled/motion/commit/e3b4579)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0c5b4..bfeb6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/bootstrap-styled/motion/compare/v1.0.0...v1.0.1) (2018-12-09) + + +### Bug Fixes + +* **release:** GitHub release https://github.com/bootstrap-styled/motion ([e3b4579](https://github.com/bootstrap-styled/motion/commit/e3b4579)) + # 1.0.0 (2018-12-09) diff --git a/package.json b/package.json index 24d61aa..3c5009e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/motion", - "version": "1.0.0", + "version": "1.0.1", "description": "Bootstrap Styled Motion provide CSS3 animation through a set of React Components and keyframes", "homepage": "https://bootstrap-styled.github.io/motion", "main": "lib/index.js",