Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Jun 20, 2024
1 parent b47d494 commit 52502fc
Show file tree
Hide file tree
Showing 5 changed files with 17 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.9.7"
".": "4.9.8"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.9.8](https://github.com/shaka-project/shaka-player/compare/v4.9.7...v4.9.8) (2024-06-20)


### Bug Fixes

* Fix audio properties detection ([#6867](https://github.com/shaka-project/shaka-player/issues/6867)) ([6597964](https://github.com/shaka-project/shaka-player/commit/65979648c8fec8cdc65322412a96b1f9c9066163))
* Fix continues to play a few seconds after reaching playRangeEnd ([#6861](https://github.com/shaka-project/shaka-player/issues/6861)) ([c745dce](https://github.com/shaka-project/shaka-player/commit/c745dced727620c79991d2c25075847649e0f38f))
* Fix normalized codec for Dolby Vision ([#6865](https://github.com/shaka-project/shaka-player/issues/6865)) ([91110aa](https://github.com/shaka-project/shaka-player/commit/91110aaa34785c0e174f465e7266d88da6fb6ad0))
* **UI:** update French translations ([#6873](https://github.com/shaka-project/shaka-player/issues/6873)) ([0cb8be0](https://github.com/shaka-project/shaka-player/commit/0cb8be0d7438b5a692cfe907fcdc1ee2e0f5b5c8))
* **UI:** update Portuguese translations ([#6874](https://github.com/shaka-project/shaka-player/issues/6874)) ([93861de](https://github.com/shaka-project/shaka-player/commit/93861de925e9e599bd6c9d8eb11c79d05d3fdda5))
* **UI:** update Spanish translations ([#6875](https://github.com/shaka-project/shaka-player/issues/6875)) ([b47d494](https://github.com/shaka-project/shaka-player/commit/b47d4949c47ab38c9d699120e347cb4ba37982a0))

## [4.9.7](https://github.com/shaka-project/shaka-player/compare/v4.9.6...v4.9.7) (2024-06-19)


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

0 comments on commit 52502fc

Please sign in to comment.