1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-29 22:07:10 +02:00
This commit is contained in:
Gary Katsevman 2021-12-10 17:57:16 -05:00
parent 01893ab7cd
commit 2cb647efaf
3 changed files with 9 additions and 2 deletions

@ -1,3 +1,10 @@
<a name="7.17.3"></a>
## [7.17.3](https://github.com/videojs/video.js/compare/v7.17.2...v7.17.3) (2021-12-10)
### Bug Fixes
* **package:** update to [@videojs](https://github.com/videojs)/http-streaming[@2](https://github.com/2).12.1 ([#7563](https://github.com/videojs/video.js/issues/7563)) ([01893ab](https://github.com/videojs/video.js/commit/01893ab))
<a name="7.17.2"></a>
## [7.17.2](https://github.com/videojs/video.js/compare/v7.17.1...v7.17.2) (2021-12-08)

2
package-lock.json generated

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