1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00
This commit is contained in:
mister-ben 2024-05-28 21:49:20 +02:00
parent 3a128d1d23
commit 1a8ab553e5
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
<a name="7.21.6"></a>
## [7.21.6](https://github.com/videojs/video.js/compare/v7.21.5...v7.21.6) (2024-05-28)
### Features
* Update VHS to 2.16.3 ([#8677](https://github.com/videojs/video.js/issues/8677)) ([3a128d1](https://github.com/videojs/video.js/commit/3a128d1))
<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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "video.js",
"version": "7.21.5",
"version": "7.21.6",
"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.5",
"version": "7.21.6",
"main": "./dist/video.cjs.js",
"module": "./dist/video.es.js",
"style": "./dist/video-js.css",