Skip to content

Commit

Permalink
chore(v4.3.x): release 4.3.15 (#6302)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Feb 27, 2024
1 parent 3b60303 commit 7df5e49
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [4.3.15](https://github.com/shaka-project/shaka-player/compare/v4.3.14...v4.3.15) (2024-02-27)


### Bug Fixes

* **Cast:** Force TS content to be transmuxed on Chromecast ([#6262](https://github.com/shaka-project/shaka-player/issues/6262)) ([d007f6f](https://github.com/shaka-project/shaka-player/commit/d007f6fe76fc8fcf04745d848f4d4b9a72ccf59b)), 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)) ([3b60303](https://github.com/shaka-project/shaka-player/commit/3b60303449956f775696ca1e9096c9adb9af4a17))
* **VTT:** fix setting textShadow when multiple CSS classes provided ([#6287](https://github.com/shaka-project/shaka-player/issues/6287)) ([f96895b](https://github.com/shaka-project/shaka-player/commit/f96895b123b5aa6fcd2e7d43974609b65cce04e0))

## [4.3.14](https://github.com/shaka-project/shaka-player/compare/v4.3.13...v4.3.14) (2024-02-20)


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

0 comments on commit 7df5e49

Please sign in to comment.