Skip to content

Commit

Permalink
chore(v4.13.x): release 4.13.7 (#8195)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Mar 3, 2025
1 parent 7fd2ff9 commit 2cd3c2d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.13.6"
".": "4.13.7"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.13.7](https://github.com/shaka-project/shaka-player/compare/v4.13.6...v4.13.7) (2025-03-03)


### Bug Fixes

* Fix seek to initial live position on slow devices ([#8181](https://github.com/shaka-project/shaka-player/issues/8181)) ([d7d467d](https://github.com/shaka-project/shaka-player/commit/d7d467d79ecc85756657a3cd8b139af5f9297a7a))
* Prevent race condition when seeking backwards during load ([#8188](https://github.com/shaka-project/shaka-player/issues/8188)) ([1ec6529](https://github.com/shaka-project/shaka-player/commit/1ec65294605335fed7e92a0fa26b080ff1175117))
* **UI:** Fix weird behaviour when volume was 0, and we unmute ([#8186](https://github.com/shaka-project/shaka-player/issues/8186)) ([49596bf](https://github.com/shaka-project/shaka-player/commit/49596bf363d0e0c4e7121bd6c137ad40b89e0cdb))
* **UI:** Use touchend to show the controls ([#8180](https://github.com/shaka-project/shaka-player/issues/8180)) ([ea71bf0](https://github.com/shaka-project/shaka-player/commit/ea71bf0f02c37b59c77e0dd4a04bc9a1e9ef587c))


### Performance Improvements

* Pause PlayheadObserverManager operations on pause event ([#8183](https://github.com/shaka-project/shaka-player/issues/8183)) ([187b69c](https://github.com/shaka-project/shaka-player/commit/187b69c6d921cb928b8ae913fe5afdb52219670f))

## [4.13.6](https://github.com/shaka-project/shaka-player/compare/v4.13.5...v4.13.6) (2025-02-26)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8463,7 +8463,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.13.6' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.13.7' + '-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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.13.6",
"version": "4.13.7",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 2cd3c2d

Please sign in to comment.