Skip to content

Commit

Permalink
7.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wseymour15 committed Jul 21, 2023
1 parent 9f2d81f commit 976d93b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="7.21.5"></a>
## [7.21.5](https://github.com/videojs/video.js/compare/v7.21.4...v7.21.5) (2023-07-21)

### Bug Fixes

* align and correct translation for mute and unmute ([#8226](https://github.com/videojs/video.js/issues/8226)) ([f27df30](https://github.com/videojs/video.js/commit/f27df30))
* Check for VTTCue ([#8370](https://github.com/videojs/video.js/issues/8370)) ([#8372](https://github.com/videojs/video.js/issues/8372)) ([9f2d81f](https://github.com/videojs/video.js/commit/9f2d81f))

<a name="7.21.4"></a>
## [7.21.4](https://github.com/videojs/video.js/compare/v7.21.3...v7.21.4) (2023-03-15)

Expand Down
2 changes: 1 addition & 1 deletion 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": "video.js",
"description": "An HTML5 video player that supports HLS and DASH with a common API and skin.",
"version": "7.21.4",
"version": "7.21.5",
"main": "./dist/video.cjs.js",
"module": "./dist/video.es.js",
"style": "./dist/video-js.css",
Expand Down

0 comments on commit 976d93b

Please sign in to comment.