From dea6c8855a551aa928d8241b29ea7ecae267521f Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:01:30 -0800 Subject: [PATCH] chore(v4.6.x): release 4.6.5 (#5988) 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 | 11 +++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324b24d0b6..66f7236319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.6.5](https://github.com/shaka-project/shaka-player/compare/v4.6.4...v4.6.5) (2023-12-05) + + +### Bug Fixes + +* Fix liveLatency in stats ([#5982](https://github.com/shaka-project/shaka-player/issues/5982)) ([b9b6f82](https://github.com/shaka-project/shaka-player/commit/b9b6f8275901e6c0b238fed4e95dea8d7da0f24e)) +* Fix transmuxer when some PES has the same pts and dts value ([#5985](https://github.com/shaka-project/shaka-player/issues/5985)) ([b81ca1a](https://github.com/shaka-project/shaka-player/commit/b81ca1abb8ddd362a0b7070062c071b4336d2d87)) +* **HLS:** Fix variant synchronization in HLS after selectVariantTrack ([#5984](https://github.com/shaka-project/shaka-player/issues/5984)) ([4068b4e](https://github.com/shaka-project/shaka-player/commit/4068b4e72bb5e4b8c77f072cec854deea0607fcd)) +* Provide a fallback to GET request when HEAD request fails ([#5986](https://github.com/shaka-project/shaka-player/issues/5986)) ([bbb7433](https://github.com/shaka-project/shaka-player/commit/bbb74335959ad686c48d7fcee2195852676cc249)) +* **UI:** Fix keyboard navigation of volume bar on Firefox ([#5981](https://github.com/shaka-project/shaka-player/issues/5981)) ([bf939bf](https://github.com/shaka-project/shaka-player/commit/bf939bfc1c498ba012de40dfc0a8655a66f46702)) + ## [4.6.4](https://github.com/shaka-project/shaka-player/compare/v4.6.3...v4.6.4) (2023-12-04) diff --git a/lib/player.js b/lib/player.js index 0c39e77ebc..dad56af279 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.4' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.6.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 fbf780d7b9..c4c2785722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.6.4", + "version": "4.6.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.6.4", + "version": "4.6.5", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index 5e84505b3c..915fcf85e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.6.4", + "version": "4.6.5", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [