diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d1b397c..854e688fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ ### :house: Internal --> +## [6.4.0 (2020-05-14)](https://github.com/bokuweb/re-resizable/compare/v6.3.2...v6.4.0) + +### :nail_care: Enhancement + +- Support the "as" prop to change the wrapper #614 + ## [6.3.2 (2020-03-28)](https://github.com/bokuweb/re-resizable/compare/v6.3.1...v6.3.2) ### :nail_care: Enhancement diff --git a/package.json b/package.json index 5817960a5..e789abd5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "re-resizable", - "version": "6.3.2", + "version": "6.4.0", "description": "Resizable component for React.", "title": "re-resizable", "main": "./lib/index.es5.js",