Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.4 (#6591)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored May 14, 2024
1 parent 81aef39 commit 232437b
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.8.3"
".": "4.8.4"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.8.4](https://github.com/shaka-project/shaka-player/compare/v4.8.3...v4.8.4) (2024-05-14)


### Bug Fixes

* **CEA:** reset PTS on new init segment ([#6606](https://github.com/shaka-project/shaka-player/issues/6606)) ([6d6ac83](https://github.com/shaka-project/shaka-player/commit/6d6ac8321bf4e72ff7ec4e81fc250f3f547773fd))
* Clear preload array before awaiting destroy ([#6584](https://github.com/shaka-project/shaka-player/issues/6584)) ([fc49dde](https://github.com/shaka-project/shaka-player/commit/fc49dde3d08b9f19406569b54e93bd2561a4ebb7))
* Destroy preload managers on player destroy ([#6576](https://github.com/shaka-project/shaka-player/issues/6576)) ([87d1c50](https://github.com/shaka-project/shaka-player/commit/87d1c50399f11f4e786df898b35d72aade44c446))
* Do not assume 1080p Cast devices, some are 720p ([#6562](https://github.com/shaka-project/shaka-player/issues/6562)) ([3661ac4](https://github.com/shaka-project/shaka-player/commit/3661ac44714c2818a5369e1745840bf470dfc3ea))
* **HLS:** Fix mimetype checking when using SUPPLEMENTAL-CODECS ([#6597](https://github.com/shaka-project/shaka-player/issues/6597)) ([8763ea2](https://github.com/shaka-project/shaka-player/commit/8763ea2ea2db2a864fa90a68c2e9fd05db9e633e)), closes [#6586](https://github.com/shaka-project/shaka-player/issues/6586)

## [4.8.3](https://github.com/shaka-project/shaka-player/compare/v4.8.2...v4.8.3) (2024-05-08)


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

0 comments on commit 232437b

Please sign in to comment.