Skip to content

Commit

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

## [4.12.17](https://github.com/shaka-project/shaka-player/compare/v4.12.16...v4.12.17) (2025-03-05)


### Bug Fixes

* **HLS:** Only apply compensation if the difference is greater than 150ms ([#8207](https://github.com/shaka-project/shaka-player/issues/8207)) ([4b28c55](https://github.com/shaka-project/shaka-player/commit/4b28c559e35ab566881f6968114ba1ac88d311dc))
* **UI:** Allow play/pause when seekOnTaps is enabled ([#8206](https://github.com/shaka-project/shaka-player/issues/8206)) ([9082aed](https://github.com/shaka-project/shaka-player/commit/9082aed4ea21fe1513d95df6ee217b8b84c1c353))

## [4.12.16](https://github.com/shaka-project/shaka-player/compare/v4.12.15...v4.12.16) (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 @@ -8399,7 +8399,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.12.16' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.12.17' + '-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.12.16",
"version": "4.12.17",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 2dfd412

Please sign in to comment.