1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
This commit is contained in:
Gary Katsevman 2020-05-26 17:40:10 -04:00
parent 2afeb15229
commit e1b0e7c3ac
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
<a name="7.7.7"></a>
## [7.7.7](https://github.com/videojs/video.js/compare/v7.7.6...v7.7.7) (2020-05-26)
### Bug Fixes
* addChild with index should allow for children that are elements ([#6672](https://github.com/videojs/video.js/issues/6672)) ([2afeb15](https://github.com/videojs/video.js/commit/2afeb15)), closes [#6644](https://github.com/videojs/video.js/issues/6644)
<a name="7.7.6"></a>
## [7.7.6](https://github.com/videojs/video.js/compare/v7.7.5...v7.7.6) (2020-03-25)

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "7.7.6",
"version": "7.7.7",
"main": "./dist/video.cjs.js",
"module": "./dist/video.es.js",
"style": "./dist/video-js.css",