mirror of
https://github.com/videojs/video.js.git
synced 2024-12-25 02:42:10 +02:00
7.15.6
This commit is contained in:
parent
029e92ac96
commit
fc2ce3af41
@ -1,3 +1,10 @@
|
||||
<a name="7.15.6"></a>
|
||||
## [7.15.6](https://github.com/videojs/video.js/compare/v7.15.5...v7.15.6) (2021-09-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* mark global/window/document as external globals ([#7438](https://github.com/videojs/video.js/issues/7438)) ([029e92a](https://github.com/videojs/video.js/commit/029e92a))
|
||||
|
||||
<a name="7.15.5"></a>
|
||||
## [7.15.5](https://github.com/videojs/video.js/compare/v7.15.4...v7.15.5) (2021-09-21)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "video.js",
|
||||
"version": "7.15.5",
|
||||
"version": "7.15.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.15.5",
|
||||
"version": "7.15.6",
|
||||
"main": "./dist/video.cjs.js",
|
||||
"module": "./dist/video.es.js",
|
||||
"style": "./dist/video-js.css",
|
||||
|
Loading…
Reference in New Issue
Block a user