From 0f59c1d69ba7db4f29b29a8a83825579fe0ad96f Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Fri, 17 May 2024 02:22:20 -0700 Subject: [PATCH] chore(v4.8.x): release 4.8.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f10676e916..1678649ce6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.8.4" + ".": "4.8.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea982242c6..eb1ce61da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.8.5](https://github.com/shaka-project/shaka-player/compare/v4.8.4...v4.8.5) (2024-05-17) + + +### Bug Fixes + +* **Ads:** Fix CS destroy ([#6624](https://github.com/shaka-project/shaka-player/issues/6624)) ([92c195b](https://github.com/shaka-project/shaka-player/commit/92c195bb89b126e4b23eb37b32642bc14d284029)) +* Enable SMOOTH codec switching on Fuchsia cast devices ([#6609](https://github.com/shaka-project/shaka-player/issues/6609)) ([4f58aad](https://github.com/shaka-project/shaka-player/commit/4f58aad0f4a29f30920553b3a9c4fd76e4e9da79)) +* Fix Opus support in Safari ([#6607](https://github.com/shaka-project/shaka-player/issues/6607)) ([9e7e4cc](https://github.com/shaka-project/shaka-player/commit/9e7e4cc984a5e1a2a911e10b56b04668fe2c05c1)) +* **HLS:** Fix bad detection in some MediaPlaylist ([#6608](https://github.com/shaka-project/shaka-player/issues/6608)) ([1e28ce6](https://github.com/shaka-project/shaka-player/commit/1e28ce6d667eb41c369906ad3004dadf65103c5e)) +* **HLS:** Support request byterange on media playlist detection ([#6629](https://github.com/shaka-project/shaka-player/issues/6629)) ([ac3797e](https://github.com/shaka-project/shaka-player/commit/ac3797eb91063d164bb9d31f80bd443b0aecc5a7)) + ## [4.8.4](https://github.com/shaka-project/shaka-player/compare/v4.8.3...v4.8.4) (2024-05-14) diff --git a/lib/player.js b/lib/player.js index 96ea12d784..50f6bdb901 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7217,7 +7217,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.8.4' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.8.5' + '-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 b64a008de1..71a6209bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.8.4", + "version": "4.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.8.4", + "version": "4.8.5", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index 2c7a619dc3..d809afe993 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.8.4", + "version": "4.8.5", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [