Browse Source

2.14.1

pull/1270/head v2.14.1
Gary Katsevman 3 years ago
parent
commit
b98877dc3d
  1. 7
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json

7
CHANGELOG.md

@ -1,3 +1,10 @@
<a name="2.14.1"></a>
## [2.14.1](https://github.com/videojs/http-streaming/compare/v2.14.0...v2.14.1) (2022-04-06)
### Bug Fixes
* ArrayBuffer.isView may not be available everywhere ([#1258](https://github.com/videojs/http-streaming/issues/1258)) ([e492fe8](https://github.com/videojs/http-streaming/commit/e492fe8)), closes [#1134](https://github.com/videojs/http-streaming/issues/1134)
<a name="2.14.0"></a>
# [2.14.0](https://github.com/videojs/http-streaming/compare/v2.13.1...v2.14.0) (2022-03-14)

2
package-lock.json

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

2
package.json

@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
"version": "2.14.0",
"version": "2.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