diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ffc55..a0d0e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.9.6](https://github.com/linxianxi/react-selectable-box/compare/v1.9.5...v1.9.6) (2024-10-17) + +### Bug Fixes + +- **selectable:** prevent right-click from triggering selection ([#43](https://github.com/linxianxi/react-selectable-box/issues/43)) ([d74ef62](https://github.com/linxianxi/react-selectable-box/commit/d74ef62e5281476ce55d12e38f7ba1322d61655f)) + ## [1.9.5](https://github.com/linxianxi/react-selectable-box/compare/v1.9.4...v1.9.5) (2024-10-08) ### Bug Fixes diff --git a/package.json b/package.json index 89fa0ed..d0b13a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-selectable-box", - "version": "1.9.5", + "version": "1.9.6", "description": "A React component used hooks that allows you to select elements in the drag area using the mouse", "keywords": [ "react",