Skip to content

Commit 3590a0e

Browse files
chore(release): 17.0.2 [skip ci]
## [17.0.2](streamich/react-use@v17.0.1...v17.0.2) (2021-02-01) ### Bug Fixes * proper definition for `useMeasure` ([1461527](streamich@1461527))
1 parent 30d8b41 commit 3590a0e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.0.2](https://github.com/streamich/react-use/compare/v17.0.1...v17.0.2) (2021-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* proper definition for `useMeasure` ([1461527](https://github.com/streamich/react-use/commit/1461527ffc55b2a1e3c9dc6a0efc2572b66e5381))
7+
18
## [17.0.1](https://github.com/streamich/react-use/compare/v17.0.0...v17.0.1) (2021-01-31)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "17.0.1",
3+
"version": "17.0.2",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)