diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b9ff4bf95f..18b39dfddd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.10.19" + ".": "4.10.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3c0b3bf4..8272556ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/player.js b/lib/player.js index e4312e2d90..bb2ab63ed1 100644 --- a/lib/player.js +++ b/lib/player.js @@ -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. diff --git a/package-lock.json b/package-lock.json index b48f27ebf8..2604866e52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.10.19", + "version": "4.10.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.10.19", + "version": "4.10.20", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index bbcc2a70f8..d5d6aec0a1 100644 --- a/package.json +++ b/package.json @@ -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": [