Skip to content

Commit

Permalink
chore(release): 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 9, 2024
1 parent df11073 commit 795b196
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v2.16.0](https://github.com/cookpete/react-player/compare/v2.15.1...v2.16.0)

- feat: add Mux + hls.js support back in [`#1769`](https://github.com/cookpete/react-player/pull/1769)

#### [v2.15.1](https://github.com/cookpete/react-player/compare/v2.15.0...v2.15.1)

> 2 March 2024
- fix: dynamic Mux import [`#1758`](https://github.com/cookpete/react-player/pull/1758)
- docs: fix demo URL [`#1752`](https://github.com/cookpete/react-player/pull/1752)
- docs: readme updates, next-video callout [`#1751`](https://github.com/cookpete/react-player/pull/1751)
- fix: dynamic Mux import (#1758) [`#1755`](https://github.com/cookpete/react-player/issues/1755)
- chore(release): 2.15.1 [`4d7fcb5`](https://github.com/cookpete/react-player/commit/4d7fcb52ac5cc431347e4f4b0e08ac6d0b0825b5)

#### [v2.15.0](https://github.com/cookpete/react-player/compare/v2.14.1...v2.15.0)

Expand Down
2 changes: 1 addition & 1 deletion dist/ReactPlayer.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ReactPlayer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ReactPlayer.standalone.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ReactPlayer.standalone.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.15.1",
"version": "2.16.0",
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 795b196

Please sign in to comment.