From 555232a6cfb43018c5cbe5b640be857bd1d844cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Jan 2021 18:57:42 +0000 Subject: [PATCH] chore(release): 15.3.7 [skip ci] ## [15.3.7](https://github.com/streamich/react-use/compare/v15.3.6...v15.3.7) (2021-01-08) ### Bug Fixes * [#1646](https://github.com/streamich/react-use/issues/1646) ([ebc7094](https://github.com/streamich/react-use/commit/ebc7094bbc156be57b3de855c6984c1d056cf0e6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e1e302..ac4f54e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.3.7](https://github.com/streamich/react-use/compare/v15.3.6...v15.3.7) (2021-01-08) + + +### Bug Fixes + +* [#1646](https://github.com/streamich/react-use/issues/1646) ([ebc7094](https://github.com/streamich/react-use/commit/ebc7094bbc156be57b3de855c6984c1d056cf0e6)) + ## [15.3.6](https://github.com/streamich/react-use/compare/v15.3.5...v15.3.6) (2021-01-07) diff --git a/package.json b/package.json index f87c2f8d..d6e2ebdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.3.6", + "version": "15.3.7", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",