chore(release): 13.10.2 [skip ci]

## [13.10.2](https://github.com/streamich/react-use/compare/v13.10.1...v13.10.2) (2019-12-05)

### Bug Fixes

* useUpdate hitting maxInt, failing to trigger rerender ([93e7291](93e72910ab))
This commit is contained in:
semantic-release-bot 2019-12-05 23:20:04 +00:00
parent f24f35a2bc
commit 17a4e45877
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [13.10.2](https://github.com/streamich/react-use/compare/v13.10.1...v13.10.2) (2019-12-05)
### Bug Fixes
* useUpdate hitting maxInt, failing to trigger rerender ([93e7291](https://github.com/streamich/react-use/commit/93e72910abf2dafe5bdff625a21f633afd6e52c5))
## [13.10.1](https://github.com/streamich/react-use/compare/v13.10.0...v13.10.1) (2019-12-03)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "13.10.1",
"version": "13.10.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",