Skip to content

Commit

Permalink
chore(v4.7.x): release 4.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Apr 10, 2024
1 parent e3aad9f commit 1acde06
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.7.12"
".": "4.7.13"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.7.13](https://github.com/shaka-project/shaka-player/compare/v4.7.12...v4.7.13) (2024-04-10)


### Bug Fixes

* **DASH:** Fix support for multi-mimeType variants ([#6348](https://github.com/shaka-project/shaka-player/issues/6348)) ([0581be5](https://github.com/shaka-project/shaka-player/commit/0581be5726ef83dfa01463b75e9b24517fc732fb))
* **HLS:** Fix labelling of captions in Safari ([#6426](https://github.com/shaka-project/shaka-player/issues/6426)) ([e3aad9f](https://github.com/shaka-project/shaka-player/commit/e3aad9fdf5f85cef5f511f2a800c0ad1d51c7777))
* Looser tolerance for ending trick play at edge of seek range. ([#6422](https://github.com/shaka-project/shaka-player/issues/6422)) ([66924d0](https://github.com/shaka-project/shaka-player/commit/66924d05c94436b294df1ec3d7bad5a505acf2e1)), closes [#6421](https://github.com/shaka-project/shaka-player/issues/6421)

## [4.7.12](https://github.com/shaka-project/shaka-player/compare/v4.7.11...v4.7.12) (2024-04-09)


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

0 comments on commit 1acde06

Please sign in to comment.