Browse Source

3.14.1

pull/1539/head v3.14.1
Adam Waldron 11 months ago
parent
commit
96a3dc5a32
  1. 7
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json

7
CHANGELOG.md

@ -1,3 +1,10 @@
<a name="3.14.1"></a>
## [3.14.1](https://github.com/videojs/http-streaming/compare/v3.14.0...v3.14.1) (2024-09-09)
### Bug Fixes
* allow vtt rollover with MPEGTS of 0 ([#1537](https://github.com/videojs/http-streaming/issues/1537)) ([2125ecf](https://github.com/videojs/http-streaming/commit/2125ecf))
<a name="3.14.0"></a>
# [3.14.0](https://github.com/videojs/http-streaming/compare/v3.11.0...v3.14.0) (2024-08-23)

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
"version": "3.14.0",
"version": "3.14.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
"version": "3.14.0",
"version": "3.14.1",
"description": "Play back HLS and DASH with Video.js, even where it's not natively supported",
"main": "dist/videojs-http-streaming.cjs.js",
"module": "dist/videojs-http-streaming.es.js",

Loading…
Cancel
Save