chore(release): 4.11.0 [skip ci]

# [4.11.0](https://github.com/streamich/react-use/compare/v4.10.0...v4.11.0) (2018-12-05)

### Features

* 🎸 add useRefMounted hook ([dfb0510](https://github.com/streamich/react-use/commit/dfb0510))
This commit is contained in:
semantic-release-bot 2018-12-05 14:33:12 +00:00
parent 3c050f76ed
commit 6b585f01b9
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [4.11.0](https://github.com/streamich/react-use/compare/v4.10.0...v4.11.0) (2018-12-05)
### Features
* 🎸 add useRefMounted hook ([dfb0510](https://github.com/streamich/react-use/commit/dfb0510))
# [4.10.0](https://github.com/streamich/react-use/compare/v4.9.0...v4.10.0) (2018-11-10)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "4.10.0",
"version": "4.11.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "4.10.0",
"version": "4.11.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [