Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed May 30, 2024
1 parent fcd0b40 commit e591fde
Show file tree
Hide file tree
Showing 5 changed files with 14 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.8.8"
".": "4.8.9"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.8.9](https://github.com/shaka-project/shaka-player/compare/v4.8.8...v4.8.9) (2024-05-30)


### Bug Fixes

* **CEA:** Fix stream detection when the stream has not control codes ([#6703](https://github.com/shaka-project/shaka-player/issues/6703)) ([860e531](https://github.com/shaka-project/shaka-player/commit/860e5319bdd11f2b2184fb6cb8a1b7f9bbc8fbf9))
* **CEA:** Ignore XDS control codes ([#6702](https://github.com/shaka-project/shaka-player/issues/6702)) ([ed613ef](https://github.com/shaka-project/shaka-player/commit/ed613efac3255514314df682fc4e741ea24fe2d4))
* Fix multi-codec filtering on DASH live ([#6647](https://github.com/shaka-project/shaka-player/issues/6647)) ([fcd0b40](https://github.com/shaka-project/shaka-player/commit/fcd0b400e8b3fe6c2ceba3d2d6d92269dec0a4e6))

## [4.8.8](https://github.com/shaka-project/shaka-player/compare/v4.8.7...v4.8.8) (2024-05-29)


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

0 comments on commit e591fde

Please sign in to comment.