Skip to content

Commit

Permalink
chore(v4.1.x): release 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2022
1 parent 8387a0c commit 3874c68
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.1.6](https://github.com/shaka-project/shaka-player/compare/v4.1.5...v4.1.6) (2022-10-18)


### Bug Fixes

* Fix HLS live stream subtitle offsets ([#4586](https://github.com/shaka-project/shaka-player/issues/4586)) ([cf5b978](https://github.com/shaka-project/shaka-player/commit/cf5b9787104b445dbd5e478da60e7f2b4e3e069e))
* **hls:** Fix raw format detection when the main playlist hasn't type ([#4583](https://github.com/shaka-project/shaka-player/issues/4583)) ([c9a835d](https://github.com/shaka-project/shaka-player/commit/c9a835d3e7c3a2512958f887b2bde54dc35c8e05))
* **offline:** Add storage muxer init timeout ([#4566](https://github.com/shaka-project/shaka-player/issues/4566)) ([ac719be](https://github.com/shaka-project/shaka-player/commit/ac719be1ecf5c9694eabb4c33680ee3c04a6be4f))
* **playhead:** Safeguard getStallsDetected as stallDetector can be null ([#4581](https://github.com/shaka-project/shaka-player/issues/4581)) ([5d12efd](https://github.com/shaka-project/shaka-player/commit/5d12efd5105989948f99f8d449a8d0854b18af91))
* Resolve load failures for TS-based content on Android-based Cast devices ([#4569](https://github.com/shaka-project/shaka-player/issues/4569)). ([#4570](https://github.com/shaka-project/shaka-player/issues/4570)) ([d4ea4e7](https://github.com/shaka-project/shaka-player/commit/d4ea4e70eac0a25261d88975e4a1ad27817ebff3))

## [4.1.5](https://github.com/shaka-project/shaka-player/compare/v4.1.4...v4.1.5) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6575,7 +6575,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v4.1.5-uncompiled';
shaka.Player.version = 'v4.1.6-uncompiled';

// 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.1.5",
"version": "4.1.6",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 3874c68

Please sign in to comment.