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..dbe0b41b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.13.1](https://github.com/shaka-project/shaka-player/compare/v4.13.0...v4.13.1) (2025-01-28) + + +### Bug Fixes + +* **DASH:** Fix DASH_DUPLICATE_REPRESENTATION_ID error when using supplemental codec ([#7961](https://github.com/shaka-project/shaka-player/issues/7961)) ([66ca230](https://github.com/shaka-project/shaka-player/commit/66ca2302382f03ec6196287548e7e94e96a79a7e)) +* Fix playback with Apple Media Keys polyfill detection ([#7958](https://github.com/shaka-project/shaka-player/issues/7958)) ([1825266](https://github.com/shaka-project/shaka-player/commit/18252664e7dc80584dc37893eee27dae800c9dd5)) +* **HLS:** Fix redirect management at media playlist level ([#7944](https://github.com/shaka-project/shaka-player/issues/7944)) ([a38a810](https://github.com/shaka-project/shaka-player/commit/a38a81056d3cf5cb92bd934584451cb08f45649c)) + ## [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 3ae5bf0bb9..efa2e79542 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8384,7 +8384,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 95c38b826d..478fc5d00c 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.0" diff --git a/package.json b/package.json index 2daca32a9e..936d54a127 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": [