Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Milloy committed Oct 27, 2017
1 parent 218553b commit ae31712
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.0 (27-10-2017
- [Added ability to remove controls](https://github.com/itsnubix/react-native-video-controls/pull/50)
- [Added ability to pass props](https://github.com/itsnubix/react-native-video-controls/pull/52)

## 1.4.1 (30-08-2017)
Bug fixes. Updated `react-native-video` to ^2.0.0 in the peer deps and `react-native` to 47.2. Changed default title font size to 14.

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-native-video-controls",
"version": "1.4.1",
"version": "1.5.0",
"description": "A set of GUI controls for the react-native-video component",
"license": "MIT",
"main": "VideoPlayer.js",
Expand Down

0 comments on commit ae31712

Please sign in to comment.