diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4750060f41..3671ccebf0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.13.0" + ".": "4.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1396291b1f..3d07ac8014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/player.js b/lib/player.js index 16995812fd..35b9a49280 100644 --- a/lib/player.js +++ b/lib/player.js @@ -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. diff --git a/package-lock.json b/package-lock.json index 88af918e40..ed20eb2b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.13.0", + "version": "4.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.13.0", + "version": "4.13.1", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.2.1" diff --git a/package.json b/package.json index 0682dcd12b..6d6b92bc48 100644 --- a/package.json +++ b/package.json @@ -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": [