diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bebbde..b59a23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.3](https://github.com/linxianxi/react-selectable-box/compare/v1.0.2...v1.0.3) (2023-09-03) + +### Bug Fixes + +- remove mousemove listener in useEffect ([#11](https://github.com/linxianxi/react-selectable-box/issues/11)) ([45f7b58](https://github.com/linxianxi/react-selectable-box/commit/45f7b58f4abadb1511c1dda772bfa3e0f0209771)) + ## [1.0.2](https://github.com/linxianxi/react-selectable-box/compare/v1.0.1...v1.0.2) (2023-09-02) ### Bug Fixes diff --git a/package.json b/package.json index 0c0d1ae..d462437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-selectable-box", - "version": "1.0.2", + "version": "1.0.3", "description": "A React component that allows you to select elements in the drag area using the mouse", "keywords": [ "react",