1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-12 12:16:27 +02:00
This commit is contained in:
wseymour 2023-07-21 14:16:58 -05:00
parent 9f2d81fb9b
commit 976d93b9c0
3 changed files with 10 additions and 2 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "video.js",
"version": "7.21.4",
"version": "7.21.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",