From 938abf1e1f01152e19846f78916ac49add622db7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Sep 2019 07:08:03 +0000 Subject: [PATCH] chore(release): 1.1.5 [skip ci] ## [1.1.5](https://github.com/idanen/react-draggable/compare/v1.1.4...v1.1.5) (2019-09-10) ### Bug Fixes * **Draggable:** Add `will-change` to the target element ([24e4125](https://github.com/idanen/react-draggable/commit/24e4125)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d9888..76bc052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/idanen/react-draggable/compare/v1.1.4...v1.1.5) (2019-09-10) + + +### Bug Fixes + +* **Draggable:** Add `will-change` to the target element ([24e4125](https://github.com/idanen/react-draggable/commit/24e4125)) + ## [1.1.4](https://github.com/idanen/react-draggable/compare/v1.1.3...v1.1.4) (2019-09-09)