Skip to content

Commit

Permalink
chore(v3.3.x): release 3.3.8 (#4351)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 15, 2022
1 parent e637006 commit df58923
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.3.8](https://github.com/shaka-project/shaka-player/compare/v3.3.7...v3.3.8) (2022-07-14)


### Bug Fixes

* Add fallback to TextDecoder and TextEncoder ([#4324](https://github.com/shaka-project/shaka-player/issues/4324)) ([2be2af9](https://github.com/shaka-project/shaka-player/commit/2be2af9a112cc093c317356b0ec2d7a090fee1f7))
* Fix EOS set-top box being identified as Apple. ([#4310](https://github.com/shaka-project/shaka-player/issues/4310)) ([621cda5](https://github.com/shaka-project/shaka-player/commit/621cda57b1a88f85dd69aa70f1f05d01f8582a15))
* Fix getVideoPlaybackQuality in WebOS 3 ([#4316](https://github.com/shaka-project/shaka-player/issues/4316)) ([d0c4c04](https://github.com/shaka-project/shaka-player/commit/d0c4c04115269d638319c0ab310eaa83e176263e))
* Fix MediaCapabilities polyfill on Playstation 4 ([#4320](https://github.com/shaka-project/shaka-player/issues/4320)) ([68fc5c4](https://github.com/shaka-project/shaka-player/commit/68fc5c4e3571681569d99cb4887b7bddeb539472))
* Fix segment index assertions with DAI ([ccc9d1e](https://github.com/shaka-project/shaka-player/commit/ccc9d1ee790a24f5d65d728ab326fcc615edbf66))
* VTT Cue Parsing On PlayStation 4 ([#4340](https://github.com/shaka-project/shaka-player/issues/4340)) ([e637006](https://github.com/shaka-project/shaka-player/commit/e63700668d71c3b24c71e0c27446ab5c373c9384)), closes [#4321](https://github.com/shaka-project/shaka-player/issues/4321)

## [3.3.7](https://github.com/shaka-project/shaka-player/compare/v3.3.6...v3.3.7) (2022-06-14)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6634,7 +6634,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.3.7-uncompiled';
shaka.Player.version = 'v3.3.8-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": "3.3.7",
"version": "3.3.8",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit df58923

Please sign in to comment.