From 3afd29fd114f0944249e38f7f95346e56a6b5229 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Wed, 14 Oct 2020 16:00:18 -0400 Subject: [PATCH] 2.2.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 719ff5ebe..1cdf8fa4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## [2.2.3](https://github.com/videojs/http-streaming/compare/v2.2.2...v2.2.3) (2020-10-14) + +### Bug Fixes + +* inline json version ([#967](https://github.com/videojs/http-streaming/issues/967)) ([c4477be](https://github.com/videojs/http-streaming/commit/c4477be)) + ## [2.2.2](https://github.com/videojs/http-streaming/compare/v2.2.1...v2.2.2) (2020-10-06) diff --git a/package-lock.json b/package-lock.json index 5a64ab0cd..9363b8c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c000d7906..1adcd1e38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/http-streaming", - "version": "2.2.2", + "version": "2.2.3", "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",