diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e1e30277..ac4f54e145 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 f87c2f8d14..d6e2ebdcb7 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",