From 76444834ec51c7f4eab01f84048a7cf16269baeb Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:07:49 -0800 Subject: [PATCH] chore(v4.6.x): release 4.6.7 (#6056) This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 12 ++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503e61fa8a..c4cf6c0b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.6.7](https://github.com/shaka-project/shaka-player/compare/v4.6.6...v4.6.7) (2024-01-09) + + +### Bug Fixes + +* **Ads:** Fix VMAP won't play in muted autoplay ([#6046](https://github.com/shaka-project/shaka-player/issues/6046)) ([2ee7389](https://github.com/shaka-project/shaka-player/commit/2ee73894c8f685167c519d0d9c666647bd6d5a8a)) +* **Demo:** Allow play MP4 and TS in legacy iOS devices ([#6051](https://github.com/shaka-project/shaka-player/issues/6051)) ([daf667a](https://github.com/shaka-project/shaka-player/commit/daf667a1cbba2c0b0dfcbb0192254912ab9b92ca)) +* **HLS:** Live recovery after disconnects ([#6048](https://github.com/shaka-project/shaka-player/issues/6048)) ([44fdb64](https://github.com/shaka-project/shaka-player/commit/44fdb648726f57ba474ca02b257fa94c8891c7a1)) +* Improved HEAD request fail test when fallback-ing to GET request ([#6044](https://github.com/shaka-project/shaka-player/issues/6044)) ([141d3ea](https://github.com/shaka-project/shaka-player/commit/141d3ea4c7f02cc0d22e99da582c20aff78a179a)) +* Install by default shaka.polyfill.PatchedMediaKeysApple when there is no unprefixed EME support ([#6053](https://github.com/shaka-project/shaka-player/issues/6053)) ([7832f1b](https://github.com/shaka-project/shaka-player/commit/7832f1ba4ffd3bccf478113dfad6955603b0ed82)) +* text roles being combined incorrectly in some multiperiod cases ([#6055](https://github.com/shaka-project/shaka-player/issues/6055)) ([f32a769](https://github.com/shaka-project/shaka-player/commit/f32a769bbb5bbcbf3ac65b3fe4802227b2c41274)), closes [#6054](https://github.com/shaka-project/shaka-player/issues/6054) + ## [4.6.6](https://github.com/shaka-project/shaka-player/compare/v4.6.5...v4.6.6) (2024-01-08) diff --git a/lib/player.js b/lib/player.js index 453ce30912..4a989e8a02 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6779,7 +6779,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.6.6' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.6.7' + '-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 48157d3a01..4095296de2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.6.6", + "version": "4.6.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.6.6", + "version": "4.6.7", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index 6b7bfdf4b1..8856105cce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.6.6", + "version": "4.6.7", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [