Skip to content

Commit a315b5f

Browse files
chore(release): 3.1.0
1 parent fe91b63 commit a315b5f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v3.0.0](https://github.com/cookpete/react-player/compare/v3.0.0-beta.4...v3.0.0)
7+
#### [v3.1.0](https://github.com/cookpete/react-player/compare/v3.0.0...v3.1.0)
8+
9+
- docs: Add a Youtube playlist example [`#1946`](https://github.com/cookpete/react-player/pull/1946)
10+
- feat: add YT playlist support [`#1947`](https://github.com/cookpete/react-player/pull/1947)
11+
12+
### [v3.0.0](https://github.com/cookpete/react-player/compare/v3.0.0-beta.4...v3.0.0)
13+
14+
> 27 June 2025
815
916
- docs: add custom player controls section & example [`#1942`](https://github.com/cookpete/react-player/pull/1942)
17+
- chore(release): 3.0.0 [`ddd6303`](https://github.com/cookpete/react-player/commit/ddd6303f5be1dfa722e01e8a35ad932bcf8948ff)
1018

1119
#### [v3.0.0-beta.4](https://github.com/cookpete/react-player/compare/v3.0.0-beta.3...v3.0.0-beta.4)
1220

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-player",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A React component for playing a variety of URLs, including file paths, Mux, YouTube, Vimeo, and Wistia",
55
"author": "Pete Cook (https://github.com/cookpete)",
66
"license": "MIT",

0 commit comments

Comments
 (0)