mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
7.7.7
This commit is contained in:
parent
2afeb15229
commit
e1b0e7c3ac
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "video.js",
|
||||
"version": "7.7.6",
|
||||
"version": "7.7.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user