Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.4 (#5978)
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 Dec 4, 2023
1 parent 98fa4ec commit 62fd49a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [4.6.4](https://github.com/shaka-project/shaka-player/compare/v4.6.3...v4.6.4) (2023-12-04)


### Bug Fixes

* Fix color detection in text utils ([#5970](https://github.com/shaka-project/shaka-player/issues/5970)) ([decea81](https://github.com/shaka-project/shaka-player/commit/decea818095f079d73aed8b7998654697b7f0ec1))
* Fix trackschanged event not fired after a license request is denied for some tracks ([#5962](https://github.com/shaka-project/shaka-player/issues/5962)) ([63c836c](https://github.com/shaka-project/shaka-player/commit/63c836c18823221e97b77dc8746c0bd0f13f7a4f))
* **HLS:** Provide a fallback to GET request when HEAD request fails ([#5964](https://github.com/shaka-project/shaka-player/issues/5964)) ([04188c7](https://github.com/shaka-project/shaka-player/commit/04188c76a51aa4ce790193350c80e77ec5251a93))
* **WebVTT:** Fix support for line vertical alignment ([#5945](https://github.com/shaka-project/shaka-player/issues/5945)) ([ce3a2f7](https://github.com/shaka-project/shaka-player/commit/ce3a2f78dc44d4c5cd7918b4d564dc7ab6daef71))

## [4.6.3](https://github.com/shaka-project/shaka-player/compare/v4.6.2...v4.6.3) (2023-11-30)


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

0 comments on commit 62fd49a

Please sign in to comment.