Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 29, 2018
1 parent bb2c913 commit 0ea533f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 0ea533f

Please sign in to comment.