Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.3 (#6770)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Jun 7, 2024
1 parent 0344c24 commit 5529bcc
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.9.2"
".": "4.9.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.9.3](https://github.com/shaka-project/shaka-player/compare/v4.9.2...v4.9.3) (2024-06-07)


### Bug Fixes

* **ABR:** Fix variant choose when two variants have the same bandwidth but different resolution ([#6760](https://github.com/shaka-project/shaka-player/issues/6760)) ([0344c24](https://github.com/shaka-project/shaka-player/commit/0344c2495d95b2e6fa87eaa2ff857ca7d24aaef3))
* **HLS:** Fix seekRange when using delta playlist ([#6758](https://github.com/shaka-project/shaka-player/issues/6758)) ([83fdb33](https://github.com/shaka-project/shaka-player/commit/83fdb33769c199f1e33861045afdd3039a352919))
* **HLS:** Ignore query params in the uri of EXT-X-SESSION-KEY tags ([#6755](https://github.com/shaka-project/shaka-player/issues/6755)) ([726b3a8](https://github.com/shaka-project/shaka-player/commit/726b3a8b6cec4fc7be4403febffd02ded9661e3e))

## [4.9.2](https://github.com/shaka-project/shaka-player/compare/v4.9.1...v4.9.2) (2024-06-04)


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

0 comments on commit 5529bcc

Please sign in to comment.