From 3ab360dbd2ebd1c79a9ea65b970a059a91101517 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Dec 2019 15:31:49 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/idanen/react-draggable/compare/v1.5.0...v1.5.1) (2019-12-02) ### Bug Fixes * **reset-drag:** `resetState` and then dragging positions wrong ([3aae4a9](https://github.com/idanen/react-draggable/commit/3aae4a92eab7bb07a2fdf639d7273e7812225421)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1094d..e4e2480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/idanen/react-draggable/compare/v1.5.0...v1.5.1) (2019-12-02) + + +### Bug Fixes + +* **reset-drag:** `resetState` and then dragging positions wrong ([3aae4a9](https://github.com/idanen/react-draggable/commit/3aae4a92eab7bb07a2fdf639d7273e7812225421)) + # [1.5.0](https://github.com/idanen/react-draggable/compare/v1.4.1...v1.5.0) (2019-12-02)