From 16e77d01353c6cb048a556071a5e20b6e501088c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jan 2024 08:36:25 +0000 Subject: [PATCH] chore(release): v1.3.0 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a58ea..65104af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.3.0](https://github.com/linxianxi/react-selectable-box/compare/v1.2.0...v1.3.0) (2024-01-18) + +### Features + +- support dragContainer、scrollContainer, deprecate getContainer ([#19](https://github.com/linxianxi/react-selectable-box/issues/19)) ([77f4acb](https://github.com/linxianxi/react-selectable-box/commit/77f4acba359dc6b51e72a18027bbc8d5d76d6634)) + # [1.2.0](https://github.com/linxianxi/react-selectable-box/compare/v1.1.1...v1.2.0) (2023-11-23) ### Features diff --git a/package.json b/package.json index 87d52bd..e7c8772 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-selectable-box", - "version": "1.2.0", + "version": "1.3.0", "description": "A React component that allows you to select elements in the drag area using the mouse", "keywords": [ "react",