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))
This commit is contained in:
semantic-release-bot 2019-04-12 09:58:11 +00:00
parent 457127b58c
commit 4e3fd33ffe
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

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