1
0
mirror of https://github.com/videojs/video.js.git synced 2025-09-16 09:26:56 +02:00
This commit is contained in:
Gary Katsevman
2018-05-23 14:27:46 -04:00
parent 954f3d979f
commit 6f8597fed6
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
<a name="7.0.3"></a>
## [7.0.3](https://github.com/videojs/video.js/compare/v7.0.2...v7.0.3) (2018-05-23)
### Bug Fixes
* **player:** video-js embed missing video-js class ([#5194](https://github.com/videojs/video.js/issues/5194)) ([954f3d9](https://github.com/videojs/video.js/commit/954f3d9)), closes [#5041](https://github.com/videojs/video.js/issues/5041) [videojs/http-streaming#100](https://github.com/videojs/http-streaming/issues/100)
<a name="7.0.2"></a>
## [7.0.2](https://github.com/videojs/video.js/compare/v7.0.1...v7.0.2) (2018-05-18)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "video.js",
"version": "7.0.2",
"version": "7.0.3",
"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.0.2",
"version": "7.0.3",
"main": "./dist/video.cjs.js",
"style": "./dist/video-js.css",
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",