From 17a4e45877bdba16c46fe0aabde6df1493bb5363 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Dec 2019 23:20:04 +0000 Subject: [PATCH] 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](https://github.com/streamich/react-use/commit/93e72910abf2dafe5bdff625a21f633afd6e52c5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ef29a8..6c26dc78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2b25b010..63488704 100644 --- a/package.json +++ b/package.json @@ -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",