Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Sep 25, 2024
1 parent fcb99cf commit 0f76962
Show file tree
Hide file tree
Showing 5 changed files with 16 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.10.19"
".": "4.10.20"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.10.20](https://github.com/shaka-project/shaka-player/compare/v4.10.19...v4.10.20) (2024-09-25)


### Bug Fixes

* **Ads:** Release interstitials timer correctly ([#7373](https://github.com/shaka-project/shaka-player/issues/7373)) ([fcb99cf](https://github.com/shaka-project/shaka-player/commit/fcb99cf4d0e419ee098faf84b5e34d0e2466914c))
* **DASH:** Release period combiner info correctly ([#7364](https://github.com/shaka-project/shaka-player/issues/7364)) ([173cf6d](https://github.com/shaka-project/shaka-player/commit/173cf6d5d00606948dcbd34120a786cece0df9c8))
* Evict buffer on QUOTA_EXCEEDED_ERROR error ([#7361](https://github.com/shaka-project/shaka-player/issues/7361)) ([3f36283](https://github.com/shaka-project/shaka-player/commit/3f3628365371cb86742826b6a759e47cf155d987))
* Evict text buffer when unload the text stream ([#7360](https://github.com/shaka-project/shaka-player/issues/7360)) ([496d0e4](https://github.com/shaka-project/shaka-player/commit/496d0e40c473ca8d649fc54b1c36bf147e2f783e))
* **preload:** Set manifest before initializing DRM ([#7359](https://github.com/shaka-project/shaka-player/issues/7359)) ([6166c83](https://github.com/shaka-project/shaka-player/commit/6166c8377fe4de9f20d2c0a868b70fe4a1103aa0))

## [4.10.19](https://github.com/shaka-project/shaka-player/compare/v4.10.18...v4.10.19) (2024-09-24)


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

0 comments on commit 0f76962

Please sign in to comment.