Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Dec 2, 2020
1 parent 4024a13 commit 21c4399
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="2.2.2"></a>
## [2.2.2](https://github.com/videojs/hls-fetcher/compare/v2.2.1...v2.2.2) (2020-12-02)

### Bug Fixes

* better errors, correctly join uri with relative hash/query ([4024a13](https://github.com/videojs/hls-fetcher/commit/4024a13))
* handle tilde/paths in the query string, cleanup tests ([#43](https://github.com/videojs/hls-fetcher/issues/43)) ([4a528ce](https://github.com/videojs/hls-fetcher/commit/4a528ce))

<a name="2.2.1"></a>
## [2.2.1](https://github.com/videojs/hls-fetcher/compare/v2.2.0...v2.2.1) (2019-09-06)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hls-fetcher",
"version": "2.2.1",
"version": "2.2.2",
"description": "Fetch HLS segments from an m3u8 playlist",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 21c4399

Please sign in to comment.