Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.2 (#6984)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Jul 4, 2024
1 parent eb088a4 commit a34e35a
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.10.1"
".": "4.10.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.10.2](https://github.com/shaka-project/shaka-player/compare/v4.10.1...v4.10.2) (2024-07-04)


### Bug Fixes

* **ABR:** Not change to another quality without respecting a min time ([#6979](https://github.com/shaka-project/shaka-player/issues/6979)) ([eb088a4](https://github.com/shaka-project/shaka-player/commit/eb088a4fb862b3ffcfdd7c38148803c8e8e78751))
* honor autoShowText on non-audio streams ([#6977](https://github.com/shaka-project/shaka-player/issues/6977)) ([660b0ae](https://github.com/shaka-project/shaka-player/commit/660b0ae22a3aab1552557b389c29d911223f06e8))
* **UI:** fix wrong french in translation ([#6982](https://github.com/shaka-project/shaka-player/issues/6982)) ([dee5ae6](https://github.com/shaka-project/shaka-player/commit/dee5ae6364d5d754b14de5b528dfd8ffa27160ef))

## [4.10.1](https://github.com/shaka-project/shaka-player/compare/v4.10.0...v4.10.1) (2024-07-02)


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

0 comments on commit a34e35a

Please sign in to comment.