mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
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:
parent
bb2c91396f
commit
0ea533fd4d
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user