chore(release): 15.2.4 [skip ci]

## [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](1ead4efab6))
This commit is contained in:
semantic-release-bot 2020-06-13 12:45:44 +00:00
parent f312b06bbe
commit eae68870b0
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -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",