diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc0c96ba1..7f3f10a82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.0.2](https://github.com/streamich/react-use/compare/v17.0.1...v17.0.2) (2021-02-01) + + +### Bug Fixes + +* proper definition for `useMeasure` ([1461527](https://github.com/streamich/react-use/commit/1461527ffc55b2a1e3c9dc6a0efc2572b66e5381)) + ## [17.0.1](https://github.com/streamich/react-use/compare/v17.0.0...v17.0.1) (2021-01-31) diff --git a/package.json b/package.json index bc12e9172d..d05f827143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "17.0.1", + "version": "17.0.2", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",