Skip to content

Commit

Permalink
chore(v4.13.x): release 4.13.1 (#7976)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Jan 29, 2025
1 parent cca1fca commit 3cb7ef9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.13.0"
".": "4.13.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.13.1](https://github.com/shaka-project/shaka-player/compare/v4.13.0...v4.13.1) (2025-01-29)


### Bug Fixes

* **DASH:** Fix DASH_DUPLICATE_REPRESENTATION_ID error when using supplemental codec ([#7961](https://github.com/shaka-project/shaka-player/issues/7961)) ([b183197](https://github.com/shaka-project/shaka-player/commit/b183197ea357c65274a8fd8c08084791d4e267cb))
* **DASH:** Fix Dolby Atmos detection ([#7966](https://github.com/shaka-project/shaka-player/issues/7966)) ([09c7faa](https://github.com/shaka-project/shaka-player/commit/09c7faa1df8f72330c1533ca39a98d3d991233df))
* Fix AC-3 playback on Tizen 3.0 devices ([#7969](https://github.com/shaka-project/shaka-player/issues/7969)) ([3a91bf0](https://github.com/shaka-project/shaka-player/commit/3a91bf0840eb4c8c5141916b0f73834a6098ad98))
* Fix AC-3 playback on Tizen 3.0 devices when transmuxing ([#7972](https://github.com/shaka-project/shaka-player/issues/7972)) ([933052e](https://github.com/shaka-project/shaka-player/commit/933052e1881cb553e6de44a7996dfbca2cb3a0bd))
* Fix playback with Apple Media Keys polyfill detection ([#7958](https://github.com/shaka-project/shaka-player/issues/7958)) ([3f1fdbe](https://github.com/shaka-project/shaka-player/commit/3f1fdbedc43f760b15024c75be93579f94d47abd))
* Fix select label audio when using selectAudioLanguage ([#7970](https://github.com/shaka-project/shaka-player/issues/7970)) ([24608ff](https://github.com/shaka-project/shaka-player/commit/24608ff5b28da797f055057f63db122aee694fe5))
* **HLS:** Fix redirect management at media playlist level ([#7944](https://github.com/shaka-project/shaka-player/issues/7944)) ([b564979](https://github.com/shaka-project/shaka-player/commit/b564979104d864e0530e20e6138bfbead847cfa2))
* **net:** Add 304 as successful request ([#7963](https://github.com/shaka-project/shaka-player/issues/7963)) ([4dd0029](https://github.com/shaka-project/shaka-player/commit/4dd002977ce93dfe8a298f5ac541b1918346e565))
* Use audio label on ExampleBasedCriteria ([#7971](https://github.com/shaka-project/shaka-player/issues/7971)) ([ac3b8dd](https://github.com/shaka-project/shaka-player/commit/ac3b8ddc3ee96119c963caaf5d48f3380a5cf762))

## [4.13.0](https://github.com/shaka-project/shaka-player/compare/v4.12.0...v4.13.0) (2025-01-23)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8386,7 +8386,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.13.0' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.13.1' + '-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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.13.0",
"version": "4.13.1",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 3cb7ef9

Please sign in to comment.