Skip to content

Commit ae71101

Browse files
committed
chore(v4.12.x): release 4.12.14
1 parent ef1ccbc commit ae71101

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.12.13"
2+
".": "4.12.14"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [4.12.14](https://github.com/shaka-project/shaka-player/compare/v4.12.13...v4.12.14) (2025-02-24)
4+
5+
6+
### Bug Fixes
7+
8+
* Check bandwidth when filtering streams ([#8125](https://github.com/shaka-project/shaka-player/issues/8125)) ([5e07a22](https://github.com/shaka-project/shaka-player/commit/5e07a22581abb5a474cbfaee9dd7cfeb2391cfa7))
9+
* **DASH:** Revert Dolby Atmos detection when there is not SupplementalProperty ([#8132](https://github.com/shaka-project/shaka-player/issues/8132)) ([69ca29b](https://github.com/shaka-project/shaka-player/commit/69ca29b09ac8e7e1ce5b1ebeeb028d658cd4e295))
10+
* Fix Hisense 4K detection ([#8133](https://github.com/shaka-project/shaka-player/issues/8133)) ([cb0199b](https://github.com/shaka-project/shaka-player/commit/cb0199bc5eaee60d6c9beaa8106ca5564c16090f))
11+
312
## [4.12.13](https://github.com/shaka-project/shaka-player/compare/v4.12.12...v4.12.13) (2025-02-20)
413

514

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8398,7 +8398,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
83988398
* @export
83998399
*/
84008400
// eslint-disable-next-line no-useless-concat, max-len
8401-
shaka.Player.version = 'v4.12.13' + '-uncompiled'; // x-release-please-version
8401+
shaka.Player.version = 'v4.12.14' + '-uncompiled'; // x-release-please-version
84028402

84038403
// Initialize the deprecation system using the version string we just set
84048404
// on the player.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shaka-player",
33
"description": "DASH/EME video player library",
4-
"version": "4.12.13",
4+
"version": "4.12.14",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)