From 78bbb8f120313b8c0ebb3862155f32df3271f853 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 18:39:57 +0000 Subject: [PATCH] chore(v3.1.x): release 3.1.7 --- CHANGELOG.md | 9 +++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc169545d..0a8b5837a2 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/lib/player.js b/lib/player.js index ab20d040c8..fbcc5f239f 100644 --- a/lib/player.js +++ b/lib/player.js @@ -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. diff --git a/package-lock.json b/package-lock.json index a9a430e7c7..5e0d883c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "3.1.6", + "version": "3.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "3.1.6", + "version": "3.1.7", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.0.3" diff --git a/package.json b/package.json index 8f30fe9da0..272e8f4fa0 100644 --- a/package.json +++ b/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": [