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-10-01 12:42:29 -04:00
parent 1d91831992
commit dc1533cf8d
3 changed files with 9 additions and 2 deletions

@ -1,3 +1,10 @@
<a name="7.15.7"></a>
## [7.15.7](https://github.com/videojs/video.js/compare/v7.15.6...v7.15.7) (2021-10-01)
### Bug Fixes
* remove rule on small layout ([#7449](https://github.com/videojs/video.js/issues/7449)) ([1d91831](https://github.com/videojs/video.js/commit/1d91831))
<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)

2
package-lock.json generated

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