diff --git a/CHANGELOG.md b/CHANGELOG.md index 5961929de4..3e55ed77cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.6.3](https://github.com/shaka-project/shaka-player/compare/v4.6.2...v4.6.3) (2023-11-30) + + +### Bug Fixes + +* **DASH:** Fix bad url when specify using a full WebVTT with BaseURL ([#5954](https://github.com/shaka-project/shaka-player/issues/5954)) ([b77d73a](https://github.com/shaka-project/shaka-player/commit/b77d73aaf46f44bded11505c1bafbc01708afd12)) +* **Demo:** Pressing "Edit" button unstores custom asset, but does not update "stored" button ([#5936](https://github.com/shaka-project/shaka-player/issues/5936)) ([7e2e543](https://github.com/shaka-project/shaka-player/commit/7e2e5439658220e221645f4089b472cf7bc5cdce)) +* Fix ESDS box parser ([#5952](https://github.com/shaka-project/shaka-player/issues/5952)) ([ceff4e7](https://github.com/shaka-project/shaka-player/commit/ceff4e79442aba858d332df6ae894e4b5f4284d4)) +* Fix reset Media Source when using mixed codecs in different containers ([#5949](https://github.com/shaka-project/shaka-player/issues/5949)) ([2a2df18](https://github.com/shaka-project/shaka-player/commit/2a2df182fd98aaee9afe6ad456c740745e67b0b9)) +* **HLS:** Fix m4s extension detection ([#5951](https://github.com/shaka-project/shaka-player/issues/5951)) ([aa1c361](https://github.com/shaka-project/shaka-player/commit/aa1c361a8ac50688893d96be6981d90859c2b526)) +* Properly size region anchor from LINE units ([#5941](https://github.com/shaka-project/shaka-player/issues/5941)) ([35ecd06](https://github.com/shaka-project/shaka-player/commit/35ecd060650a2db5a4d494440510d4f605998e8e)) + ## [4.6.2](https://github.com/shaka-project/shaka-player/compare/v4.6.1...v4.6.2) (2023-11-27) diff --git a/lib/player.js b/lib/player.js index dd279fc49f..98f0195027 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6781,7 +6781,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.6.2' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.6.3' + '-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 4a50a8f21c..31f25c0269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.6.2", + "version": "4.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.6.2", + "version": "4.6.3", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index b3c6ba856a..38f3228fab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.6.2", + "version": "4.6.3", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [