Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed May 27, 2024
1 parent af74719 commit 1e2b486
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.5"
".": "4.8.6"
}
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.6](https://github.com/shaka-project/shaka-player/compare/v4.8.5...v4.8.6) (2024-05-27)


### Bug Fixes

* **CEA:** reset PTS on new init segment ([#6671](https://github.com/shaka-project/shaka-player/issues/6671)) ([af74719](https://github.com/shaka-project/shaka-player/commit/af74719f4746b3d61a12efa2c6e1c772bd529ba8))
* Fix internal network filter for HEAD requests ([#6660](https://github.com/shaka-project/shaka-player/issues/6660)) ([8d4ad60](https://github.com/shaka-project/shaka-player/commit/8d4ad60db22dd318938ffce02cc621cf9b828c47))
* Fix numBytesRemaining when the request is done ([#6653](https://github.com/shaka-project/shaka-player/issues/6653)) ([29280a3](https://github.com/shaka-project/shaka-player/commit/29280a3bc3824ca2db96bd809f07dfe295f52eee))

## [4.8.5](https://github.com/shaka-project/shaka-player/compare/v4.8.4...v4.8.5) (2024-05-17)


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

0 comments on commit 1e2b486

Please sign in to comment.