Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.7 (#6056)
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 Jan 9, 2024
1 parent 2ee7389 commit 7644483
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [4.6.7](https://github.com/shaka-project/shaka-player/compare/v4.6.6...v4.6.7) (2024-01-09)


### Bug Fixes

* **Ads:** Fix VMAP won't play in muted autoplay ([#6046](https://github.com/shaka-project/shaka-player/issues/6046)) ([2ee7389](https://github.com/shaka-project/shaka-player/commit/2ee73894c8f685167c519d0d9c666647bd6d5a8a))
* **Demo:** Allow play MP4 and TS in legacy iOS devices ([#6051](https://github.com/shaka-project/shaka-player/issues/6051)) ([daf667a](https://github.com/shaka-project/shaka-player/commit/daf667a1cbba2c0b0dfcbb0192254912ab9b92ca))
* **HLS:** Live recovery after disconnects ([#6048](https://github.com/shaka-project/shaka-player/issues/6048)) ([44fdb64](https://github.com/shaka-project/shaka-player/commit/44fdb648726f57ba474ca02b257fa94c8891c7a1))
* Improved HEAD request fail test when fallback-ing to GET request ([#6044](https://github.com/shaka-project/shaka-player/issues/6044)) ([141d3ea](https://github.com/shaka-project/shaka-player/commit/141d3ea4c7f02cc0d22e99da582c20aff78a179a))
* Install by default shaka.polyfill.PatchedMediaKeysApple when there is no unprefixed EME support ([#6053](https://github.com/shaka-project/shaka-player/issues/6053)) ([7832f1b](https://github.com/shaka-project/shaka-player/commit/7832f1ba4ffd3bccf478113dfad6955603b0ed82))
* text roles being combined incorrectly in some multiperiod cases ([#6055](https://github.com/shaka-project/shaka-player/issues/6055)) ([f32a769](https://github.com/shaka-project/shaka-player/commit/f32a769bbb5bbcbf3ac65b3fe4802227b2c41274)), closes [#6054](https://github.com/shaka-project/shaka-player/issues/6054)

## [4.6.6](https://github.com/shaka-project/shaka-player/compare/v4.6.5...v4.6.6) (2024-01-08)


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.6' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.6.7' + '-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.6",
"version": "4.6.7",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 7644483

Please sign in to comment.