Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jun 3, 2016
1 parent 2fe8806 commit 905df9e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This projec
Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)


#### [v0.7.2](https://github.com/CookPete/react-player/compare/v0.7.1...v0.7.2)
> 3 June 2016
* Add m4v and m4a extensions to filePlayer [`#72`](https://github.com/CookPete/react-player/issues/72)
* Fix onDuration being called with null [`#52`](https://github.com/CookPete/react-player/issues/52)
* Add failing onDuration test [`564243e`](https://github.com/CookPete/react-player/commit/564243e19449326eab30c163f9ffb82678fcf502)


#### [v0.7.1](https://github.com/CookPete/react-player/compare/v0.7.0...v0.7.1)
> 1 June 2016
Expand Down
4 changes: 2 additions & 2 deletions dist/ReactPlayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ReactPlayer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-player",
"version": "0.7.1",
"version": "0.7.2",
"description": "A react component for playing a variety of URLs, including file paths, YouTube, SoundCloud and Vimeo",
"main": "lib/ReactPlayer.js",
"scripts": {
Expand Down

0 comments on commit 905df9e

Please sign in to comment.