Skip to content

Commit b98877d

Browse files
committed
2.14.1
1 parent e492fe8 commit b98877d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="2.14.1"></a>
2+
## [2.14.1](https://github.com/videojs/http-streaming/compare/v2.14.0...v2.14.1) (2022-04-06)
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
18
<a name="2.14.0"></a>
29
# [2.14.0](https://github.com/videojs/http-streaming/compare/v2.13.1...v2.14.0) (2022-03-14)
310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@videojs/http-streaming",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"description": "Play back HLS and DASH with Video.js, even where it's not natively supported",
55
"main": "dist/videojs-http-streaming.cjs.js",
66
"module": "dist/videojs-http-streaming.es.js",

0 commit comments

Comments
 (0)