diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cdf8fa4d..3a22bbe91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [2.2.4](https://github.com/videojs/http-streaming/compare/v2.2.3...v2.2.4) (2020-11-03) + +### Bug Fixes + +* **playback-watcher:** ignore subtitles ([#980](https://github.com/videojs/http-streaming/issues/980)) ([8987194](https://github.com/videojs/http-streaming/commit/8987194)) + +### Chores + +* **package:** update aes-decrypter, m3u8 and mpd parser for vhs-utils ([#988](https://github.com/videojs/http-streaming/issues/988)) ([2702b27](https://github.com/videojs/http-streaming/commit/2702b27)) + +### Tests + +* **playback-watcher:** subtitle test refactor ([#986](https://github.com/videojs/http-streaming/issues/986)) ([57ddce3](https://github.com/videojs/http-streaming/commit/57ddce3)), closes [#980](https://github.com/videojs/http-streaming/issues/980) + ## [2.2.3](https://github.com/videojs/http-streaming/compare/v2.2.2...v2.2.3) (2020-10-14) diff --git a/package-lock.json b/package-lock.json index 96d9ed238..16bc387f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a5cae107..027f62549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "2.2.3", + "version": "2.2.4", "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",