Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.10 (#6119)
Browse files Browse the repository at this point in the history
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot committed Jan 18, 2024
1 parent 02689f8 commit c1e2550
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [4.6.10](https://github.com/shaka-project/shaka-player/compare/v4.6.9...v4.6.10) (2024-01-18)


### Bug Fixes

* Include text bandwidth in stats ([#6109](https://github.com/shaka-project/shaka-player/issues/6109)) ([34d75b1](https://github.com/shaka-project/shaka-player/commit/34d75b137c2ccd8fbff4acc1eb44766cbbefab2d))
* Reject Opus encrypted on Firefox Android ([#6115](https://github.com/shaka-project/shaka-player/issues/6115)) ([02689f8](https://github.com/shaka-project/shaka-player/commit/02689f8a85b2150a282bd8cce5d420e255df2320))
* **UI:** Disable PiP on casting ([#6110](https://github.com/shaka-project/shaka-player/issues/6110)) ([3167736](https://github.com/shaka-project/shaka-player/commit/3167736e61657b1560a82bed2d7ca4a43da7e30d))

## [4.6.9](https://github.com/shaka-project/shaka-player/compare/v4.6.8...v4.6.9) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6817,7 +6817,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.6.9' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.6.10' + '-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
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
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.6.9",
"version": "4.6.10",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit c1e2550

Please sign in to comment.