Skip to content

Commit 258fce9

Browse files
chore(release): 3.4.0
1 parent a68f29d commit 258fce9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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.4.0](https://github.com/cookpete/react-player/compare/v3.3.3...v3.4.0)
8+
9+
- fix: Improve accessibility and code quality [`#1985`](https://github.com/cookpete/react-player/pull/1985)
10+
- feat: Add disableRemotePlayback prop [`#2004`](https://github.com/cookpete/react-player/pull/2004)
11+
- fix: upgrade player deps [`a68f29d`](https://github.com/cookpete/react-player/commit/a68f29d7b0d5dbcbb544e989e89c73203451b933)
12+
713
#### [v3.3.3](https://github.com/cookpete/react-player/compare/v3.3.2...v3.3.3)
814

15+
> 19 September 2025
16+
917
- fix: upgrade deps + fix hls config bug [`#1977`](https://github.com/cookpete/react-player/issues/1977)
18+
- chore(release): 3.3.3 [`e09d35f`](https://github.com/cookpete/react-player/commit/e09d35f591551ca0eb7895d5b15dbb489d732cdd)
1019

1120
#### [v3.3.2](https://github.com/cookpete/react-player/compare/v3.3.1...v3.3.2)
1221

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.3.3",
3+
"version": "3.4.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)