Skip to content

Commit

Permalink
0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
happydev829 committed Sep 16, 2017
1 parent d5cae9b commit 86b1317
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ 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.24.5](https://github.com/CookPete/react-player/compare/v0.24.4...v0.24.5)
> 16 September 2017
* Update Streamable player to use player.js [`#237`](https://github.com/CookPete/react-player/issues/237)
* Bump auto-changelog [`84ad345`](https://github.com/CookPete/react-player/commit/84ad345c926bf7fc47b0c61e77aea4c517cbd028)
* Remove unnecessary stop logic from soundcloud [`f478f1a`](https://github.com/CookPete/react-player/commit/f478f1a3c29cfd8c95c4f49a17ddd05b1b042bc7)


#### [v0.24.4](https://github.com/CookPete/react-player/compare/v0.24.3...v0.24.4)
> 14 September 2017
* Updated TypeScript typings [`#235`](https://github.com/CookPete/react-player/pull/235)
* Updated TypeScript typings [`8c9d14d`](https://github.com/CookPete/react-player/commit/8c9d14d28e1baf8505f0048c6fbc36f7813512d3)
* Prevent warnings when unmounting preloading players [`4c4d2ec`](https://github.com/CookPete/react-player/commit/4c4d2ecb2ba624bffe211cb041a97b1c42da9cc1)


Expand Down Expand Up @@ -260,7 +267,7 @@ Generated by [auto-changelog](https://github.com/CookPete/auto-changelog)
* Update supported file type regex [`#68`](https://github.com/CookPete/react-player/pull/68)
* Update README.md links [`#66`](https://github.com/CookPete/react-player/pull/66)
* Update README.md links [`dee8e86`](https://github.com/CookPete/react-player/commit/dee8e8692072e6e7681871ada7c490c37dfc0d1b)
* Update supported media readme [`c37e87e`](https://github.com/CookPete/react-player/commit/c37e87ee92665facf96e0d9c08ca5dfc654b99ec)


#### [v0.7.0](https://github.com/CookPete/react-player/compare/v0.6.0...v0.7.0)
Expand Down
2 changes: 1 addition & 1 deletion 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.24.4",
"version": "0.24.5",
"description": "A react component for playing a variety of URLs, including file paths, YouTube, Facebook, SoundCloud, Streamable, Vidme, Vimeo and Wistia",
"main": "lib/ReactPlayer.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 86b1317

Please sign in to comment.