Skip to content

Commit

Permalink
chore(v4.13.x): release 4.13.8 (#8213)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Mar 5, 2025
1 parent b90e950 commit 1c3681d
Show file tree
Hide file tree
Showing 5 changed files with 19 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.7"
".": "4.13.8"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Bug Fixes

* Clear some caches when install/uninstall PatchedMediaKeysApple ([#8198](https://github.com/shaka-project/shaka-player/issues/8198)) ([ee8473e](https://github.com/shaka-project/shaka-player/commit/ee8473e98685226d4308bb06160453534a0b2358))
* **HLS:** Only apply compensation if the difference is greater than 150ms ([#8207](https://github.com/shaka-project/shaka-player/issues/8207)) ([36edcc3](https://github.com/shaka-project/shaka-player/commit/36edcc38ad429d9b14d2dadda828cb1a2f5dc9b4))
* **UI:** Allow play/pause when seekOnTaps is enabled ([#8206](https://github.com/shaka-project/shaka-player/issues/8206)) ([aa9c10e](https://github.com/shaka-project/shaka-player/commit/aa9c10e4e4272486dbff20ae827231e10cded380))


### Performance Improvements

* Region timeline improvements ([#8203](https://github.com/shaka-project/shaka-player/issues/8203)) ([f41935c](https://github.com/shaka-project/shaka-player/commit/f41935c42baa7ac7bc6a985f9347fc2c2dbd624c))

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


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.7' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.13.8' + '-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.7",
"version": "4.13.8",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 1c3681d

Please sign in to comment.