Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.18 (#6885)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Jun 21, 2024
1 parent a1056e2 commit 34ebfa8
Show file tree
Hide file tree
Showing 5 changed files with 15 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.8.17"
".": "4.8.18"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.8.18](https://github.com/shaka-project/shaka-player/compare/v4.8.17...v4.8.18) (2024-06-21)


### Bug Fixes

* Avoid firing SEGMENT_MISSING when there is an alternative ([#6881](https://github.com/shaka-project/shaka-player/issues/6881)) ([9971dc5](https://github.com/shaka-project/shaka-player/commit/9971dc50c64aa5572201bf1ac289e33036a9c7fd))
* **CEA:** CEA-608 is not rendered in some cases (multiples TRAF boxes) ([#6878](https://github.com/shaka-project/shaka-player/issues/6878)) ([745b596](https://github.com/shaka-project/shaka-player/commit/745b59687c42ec23ff6c4ada030c7f443b7c843f))
* **HLS:** Avoid make a HEAD request of gap segments ([#6880](https://github.com/shaka-project/shaka-player/issues/6880)) ([5a8417e](https://github.com/shaka-project/shaka-player/commit/5a8417e4efc0db336fc7f48947f0457bf1167f8a))
* **HLS:** Identify EXT-X-GAP with segment tags ([#6884](https://github.com/shaka-project/shaka-player/issues/6884)) ([a1056e2](https://github.com/shaka-project/shaka-player/commit/a1056e28b367cc036a148b7c2727ee1d8041fa16))

## [4.8.17](https://github.com/shaka-project/shaka-player/compare/v4.8.16...v4.8.17) (2024-06-20)


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

0 comments on commit 34ebfa8

Please sign in to comment.