Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.3 (#6556)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed May 8, 2024
1 parent b591bfe commit e179b31
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "4.8.2"
".": "4.8.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* Issue with compiler minifying webOS device properties ([#6558](https://github.com/shaka-project/shaka-player/issues/6558)) ([b591bfe](https://github.com/shaka-project/shaka-player/commit/b591bfeb5d90d92896dab6d5550ba53b61707a77))
* Re-add setting playbackRate to 0 to control buffering state ([#6546](https://github.com/shaka-project/shaka-player/issues/6546)) ([91d3792](https://github.com/shaka-project/shaka-player/commit/91d3792e9643150cb15aea6c63e3d9f067642c68))

## [4.8.2](https://github.com/shaka-project/shaka-player/compare/v4.8.1...v4.8.2) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -7201,7 +7201,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.8.2' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.8.3' + '-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
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.8.2",
"version": "4.8.3",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit e179b31

Please sign in to comment.