Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jan 4, 2016
1 parent 7eca57d commit 8f7ef30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.3.5](https://github.com/CookPete/react-player/compare/v0.3.4...v0.3.5)
> 4 January 2016
* Fix YouTube onReady bugs [`#21`](https://github.com/CookPete/react-player/pull/21)
* Set isReady before setVolume in onReady [`#23`](https://github.com/CookPete/react-player/issues/23)


#### [v0.3.4](https://github.com/CookPete/react-player/compare/v0.3.3...v0.3.4)
> 3 January 2016
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-player",
"version": "0.3.4",
"version": "0.3.5",
"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 8f7ef30

Please sign in to comment.