Skip to content

Commit 0ea533f

Browse files
chore(release): 4.2.0 [skip ci]
# [4.2.0](v4.1.0...v4.2.0) (2018-10-29) ### Features * ๐ŸŽธ add useVideo hook ([ff05419](ff05419)) * ๐ŸŽธ allow to pass React <video> el in useVideo and useAudio ([8670c74](8670c74))
1 parent bb2c913 commit 0ea533f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

โ€ŽCHANGELOG.mdโ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [4.2.0](https://github.com/streamich/react-use/compare/v4.1.0...v4.2.0) (2018-10-29)
2+
3+
4+
### Features
5+
6+
* ๐ŸŽธ add useVideo hook ([ff05419](https://github.com/streamich/react-use/commit/ff05419))
7+
* ๐ŸŽธ allow to pass React <video> el in useVideo and useAudio ([8670c74](https://github.com/streamich/react-use/commit/8670c74))
8+
19
# [4.1.0](https://github.com/streamich/react-use/compare/v4.0.0...v4.1.0) (2018-10-29)
210

311

โ€Žpackage.jsonโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
ย (0)