Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.5 (#5988)
Browse files Browse the repository at this point in the history
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot committed Dec 5, 2023
1 parent bbb7433 commit dea6c88
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": [
Expand Down

0 comments on commit dea6c88

Please sign in to comment.