diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f6e946..f519906f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.2.4](https://github.com/streamich/react-use/compare/v15.2.3...v15.2.4) (2020-06-13) + + +### Bug Fixes + +* doesn't unlock the body on unmount ([1ead4ef](https://github.com/streamich/react-use/commit/1ead4efab6c67131e480570b578b0ce803204953)) + ## [15.2.3](https://github.com/streamich/react-use/compare/v15.2.2...v15.2.3) (2020-06-13) diff --git a/package.json b/package.json index 8d9edab9..1c64e75e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.2.3", + "version": "15.2.4", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",