Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.15 (#6301)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Feb 27, 2024
1 parent 274d31c commit 3b4ab54
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.15](https://github.com/shaka-project/shaka-player/compare/v4.6.14...v4.6.15) (2024-02-26)


### Bug Fixes

* **Cast:** Force TS content to be transmuxed on Chromecast ([#6262](https://github.com/shaka-project/shaka-player/issues/6262)) ([e26f6e5](https://github.com/shaka-project/shaka-player/commit/e26f6e5491ae4f6bccb96e14e3754435ec2f5cf1)), closes [#5278](https://github.com/shaka-project/shaka-player/issues/5278)
* **HLS:** Ban unsupported combinations of SAMPLE-AES encryption ([#6295](https://github.com/shaka-project/shaka-player/issues/6295)) ([4843767](https://github.com/shaka-project/shaka-player/commit/48437670a188943e0bb70f58f3062a5ee120ffae))
* **HLS:** Fix bad init segment request with byterange when using media playlist ([#6297](https://github.com/shaka-project/shaka-player/issues/6297)) ([274d31c](https://github.com/shaka-project/shaka-player/commit/274d31c5015710d8e4f164b486a6001cfda600d8))
* **VTT:** fix setting textShadow when multiple CSS classes provided ([#6287](https://github.com/shaka-project/shaka-player/issues/6287)) ([e034a5b](https://github.com/shaka-project/shaka-player/commit/e034a5b8d9f4754ee7ed8cc18a6ce0ae4b79f697))

## [4.6.14](https://github.com/shaka-project/shaka-player/compare/v4.6.13...v4.6.14) (2024-02-21)


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

0 comments on commit 3b4ab54

Please sign in to comment.