Skip to content

Commit

Permalink
chore(v4.13.x): release 4.13.5 (#8146)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Feb 24, 2025
1 parent 3395dc8 commit 0b1963a
Show file tree
Hide file tree
Showing 5 changed files with 15 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.4"
".": "4.13.5"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.13.5](https://github.com/shaka-project/shaka-player/compare/v4.13.4...v4.13.5) (2025-02-24)


### Bug Fixes

* 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))
* **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))
* **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))
* Fix Hisense 4K detection ([#8133](https://github.com/shaka-project/shaka-player/issues/8133)) ([810582c](https://github.com/shaka-project/shaka-player/commit/810582cf46db0ce725e1db41962435ff7f9c3e95))

## [4.13.4](https://github.com/shaka-project/shaka-player/compare/v4.13.3...v4.13.4) (2025-02-20)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8462,7 +8462,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.13.4' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.13.5' + '-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.4",
"version": "4.13.5",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 0b1963a

Please sign in to comment.