Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.1 (#5917)
Browse files Browse the repository at this point in the history
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot committed Nov 22, 2023
1 parent 8560842 commit 91b669b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [4.6.1](https://github.com/shaka-project/shaka-player/compare/v4.6.0...v4.6.1) (2023-11-22)


### Bug Fixes

* **DASH:** Fix false redirect detection ([#5910](https://github.com/shaka-project/shaka-player/issues/5910)) ([eca7bfb](https://github.com/shaka-project/shaka-player/commit/eca7bfb4bf2d89fbcabc4ba9b9325896db584237))
* **DASH:** SegmentTemplate@media not updated after change in manifest ([#5899](https://github.com/shaka-project/shaka-player/issues/5899)) ([a61538a](https://github.com/shaka-project/shaka-player/commit/a61538aef0409822c424cf843c5c1a337b936902))
* Fix language comparison in addTextTrackAsync ([#5904](https://github.com/shaka-project/shaka-player/issues/5904)) ([686a083](https://github.com/shaka-project/shaka-player/commit/686a083ec358323c9e7eca1b30fec8f88bd076ff))
* **HLS:** Recognize CEA subtitles when CLOSED-CAPTIONS attribute is missing ([#5916](https://github.com/shaka-project/shaka-player/issues/5916)) ([8560842](https://github.com/shaka-project/shaka-player/commit/85608424c25a0825eddcc41d86d4b6b8660bd251))
* Unmask errors on LL ([#5908](https://github.com/shaka-project/shaka-player/issues/5908)) ([7a7e83b](https://github.com/shaka-project/shaka-player/commit/7a7e83b206dbe81adcc2c0e19e342c8690f2917f))

## [4.6.0](https://github.com/shaka-project/shaka-player/compare/v4.5.0...v4.6.0) (2023-11-16)


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

0 comments on commit 91b669b

Please sign in to comment.