Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Jul 1, 2024
1 parent e539082 commit a5be714
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.9.11"
".": "4.9.12"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.9.12](https://github.com/shaka-project/shaka-player/compare/v4.9.11...v4.9.12) (2024-07-01)


### Bug Fixes

* **ABR:** Add a guard when variant is null ([#6928](https://github.com/shaka-project/shaka-player/issues/6928)) ([df99f61](https://github.com/shaka-project/shaka-player/commit/df99f6103b1859b376895ae68e9c019dcfcf520a))
* Don't clear the buffer when disable a stream ([#6931](https://github.com/shaka-project/shaka-player/issues/6931)) ([53a1147](https://github.com/shaka-project/shaka-player/commit/53a114792a39f3ae9b17bb99dd066735b57c6942))
* Only request initialization segment when it's necessary ([#6929](https://github.com/shaka-project/shaka-player/issues/6929)) ([190fa3f](https://github.com/shaka-project/shaka-player/commit/190fa3fc6b1649d192a5a6785212cbc174d98229))

## [4.9.11](https://github.com/shaka-project/shaka-player/compare/v4.9.10...v4.9.11) (2024-06-27)


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

0 comments on commit a5be714

Please sign in to comment.