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",