Skip to content

Commit e09d35f

Browse files
chore(release): 3.3.3
1 parent c773223 commit e09d35f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ 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.3.3](https://github.com/cookpete/react-player/compare/v3.3.2...v3.3.3)
8+
9+
- fix: upgrade deps + fix hls config bug [`#1977`](https://github.com/cookpete/react-player/issues/1977)
10+
711
#### [v3.3.2](https://github.com/cookpete/react-player/compare/v3.3.1...v3.3.2)
812

13+
> 25 August 2025
14+
915
- fix: prevent React warnings for unknown event handler properties [`#1970`](https://github.com/cookpete/react-player/pull/1970)
1016
- docs: the demo source in README.md [`#1979`](https://github.com/cookpete/react-player/pull/1979)
1117
- Fix: Add share URLs to TikTok pattern matching [`#1973`](https://github.com/cookpete/react-player/pull/1973)
1218
- MIGRATING.md: Fix broken link to demo app [`#1969`](https://github.com/cookpete/react-player/pull/1969)
19+
- chore(release): 3.3.2 [`a9d43f1`](https://github.com/cookpete/react-player/commit/a9d43f1504ae37f0ee06c44edf913ea56faa638d)
1320

1421
#### [v3.3.1](https://github.com/cookpete/react-player/compare/v3.3.0...v3.3.1)
1522

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