diff --git a/README.md b/README.md index 742028be..570fdafd 100755 --- a/README.md +++ b/README.md @@ -510,6 +510,10 @@ If you have a bug to report, please reproduce the bug in [CodeSandbox](https://c ## Changelog +#### v10.4.14 + +- Upgrade `re-resizable` to `6.10.3` + #### v10.4.13 - Upgrade `re-resizable` to `6.10.0` diff --git a/package.json b/package.json index 57c6e092..df13e019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-rnd", - "version": "10.4.13", + "version": "10.4.14", "description": "A draggable and resizable React Component", "title": "react-rnd", "main": "./lib/index.es5.js",