From 4e3fd33ffe1eda1cc83edcf7cd0b1de5c053a6cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Apr 2019 09:58:11 +0000 Subject: [PATCH] chore(release): 8.1.2 [skip ci] ## [8.1.2](https://github.com/streamich/react-use/compare/v8.1.1...v8.1.2) (2019-04-12) ### Bug Fixes * **useIdle:** include 'ms' prop in uesEffect dependencies ([7a670a2](https://github.com/streamich/react-use/commit/7a670a2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632f15e8..0a9da39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.1.2](https://github.com/streamich/react-use/compare/v8.1.1...v8.1.2) (2019-04-12) + + +### Bug Fixes + +* **useIdle:** include 'ms' prop in uesEffect dependencies ([7a670a2](https://github.com/streamich/react-use/commit/7a670a2)) + ## [8.1.1](https://github.com/streamich/react-use/compare/v8.1.0...v8.1.1) (2019-04-09) diff --git a/package.json b/package.json index a6a78d03..622158a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "8.1.1", + "version": "8.1.2", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",