Skip to content

Commit

Permalink
chore(v3.1.x): release 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2022
1 parent 4c70abf commit 78bbb8f
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

### [3.1.7](https://github.com/shaka-project/shaka-player/compare/v3.1.6...v3.1.7) (2022-03-22)


### Bug Fixes

* **cea:** make a more robust CEA MP4 parser ([#3965](https://github.com/shaka-project/shaka-player/issues/3965)) ([b292fb3](https://github.com/shaka-project/shaka-player/commit/b292fb39fca86735ef1aa67ba46fafb72193a992))
* Select first of identical audio streams ([#3869](https://github.com/shaka-project/shaka-player/issues/3869)) ([4174693](https://github.com/shaka-project/shaka-player/commit/41746933ad4bd3e477435510d97bc7eb4b487049))
* **ttml:** Center subtitles by default ([#4023](https://github.com/shaka-project/shaka-player/issues/4023)) ([483966c](https://github.com/shaka-project/shaka-player/commit/483966c37a724ab6090d895bb489f3df4f87ffaf))

## [3.1.6](https://github.com/shaka-project/shaka-player/compare/v3.1.5...v3.1.6) (2022-02-17)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6121,7 +6121,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.1.6-uncompiled'; // x-release-please-version
shaka.Player.version = 'v3.1.7-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
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "3.1.6",
"version": "3.1.7",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 78bbb8f

Please sign in to comment.