From eae68870b00aad45a86366cf75211d47f9623662 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Jun 2020 12:45:44 +0000 Subject: [PATCH] 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](https://github.com/streamich/react-use/commit/1ead4efab6c67131e480570b578b0ce803204953)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",