Skip to content

Commit 4911c59

Browse files
committed
chore(v4.13.x): release 4.13.5
1 parent 3395dc8 commit 4911c59

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-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.13.4"
2+
".": "4.13.5"
33
}

CHANGELOG.md

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

3+
## [4.13.5](https://github.com/shaka-project/shaka-player/compare/v4.13.4...v4.13.5) (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)) ([f7185c0](https://github.com/shaka-project/shaka-player/commit/f7185c079ee01dd79080d3224d96b928a748400a))
9+
* **CMCD:** Do not call play() if CMCD is not enabled ([#8149](https://github.com/shaka-project/shaka-player/issues/8149)) ([3395dc8](https://github.com/shaka-project/shaka-player/commit/3395dc86072948261c756e4ea826fed0ad0aba21))
10+
* **DASH:** Revert Dolby Atmos detection when there is not SupplementalProperty ([#8132](https://github.com/shaka-project/shaka-player/issues/8132)) ([9da2fe3](https://github.com/shaka-project/shaka-player/commit/9da2fe3cf13a91fa34b27bf7ecaf367ac8e2d4bf))
11+
* Fix Hisense 4K detection ([#8133](https://github.com/shaka-project/shaka-player/issues/8133)) ([810582c](https://github.com/shaka-project/shaka-player/commit/810582cf46db0ce725e1db41962435ff7f9c3e95))
12+
313
## [4.13.4](https://github.com/shaka-project/shaka-player/compare/v4.13.3...v4.13.4) (2025-02-20)
414

515

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8462,7 +8462,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
84628462
* @export
84638463
*/
84648464
// eslint-disable-next-line no-useless-concat
8465-
shaka.Player.version = 'v4.13.4' + '-uncompiled'; // x-release-please-version
8465+
shaka.Player.version = 'v4.13.5' + '-uncompiled'; // x-release-please-version
84668466

84678467
// Initialize the deprecation system using the version string we just set
84688468
// 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.13.4",
4+
"version": "4.13.5",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)