chore(release): 4.2.0 [skip ci]

# [4.2.0](https://github.com/streamich/react-use/compare/v4.1.0...v4.2.0) (2018-10-29)

### Features

* 🎸 add useVideo hook ([ff05419](https://github.com/streamich/react-use/commit/ff05419))
* 🎸 allow to pass React <video> el in useVideo and useAudio ([8670c74](https://github.com/streamich/react-use/commit/8670c74))
This commit is contained in:
semantic-release-bot 2018-10-29 20:25:20 +00:00
parent bb2c91396f
commit 0ea533fd4d
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# [4.2.0](https://github.com/streamich/react-use/compare/v4.1.0...v4.2.0) (2018-10-29)
### Features
* 🎸 add useVideo hook ([ff05419](https://github.com/streamich/react-use/commit/ff05419))
* 🎸 allow to pass React <video> el in useVideo and useAudio ([8670c74](https://github.com/streamich/react-use/commit/8670c74))
# [4.1.0](https://github.com/streamich/react-use/compare/v4.0.0...v4.1.0) (2018-10-29)

View File

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