From 9f1988891603d2584afc929279ccb314ceb5612f Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Tue, 30 Nov 2021 17:00:38 -0500 Subject: [PATCH] 5.1.1 --- 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 1ab42e6d..6ab86649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## [5.1.1](https://github.com/videojs/videojs-contrib-dash/compare/v5.1.0...v5.1.1) (2021-11-30) + +### Bug Fixes + +* update dashjs to 4.2.0 ([#372](https://github.com/videojs/videojs-contrib-dash/issues/372)) ([2f83f71](https://github.com/videojs/videojs-contrib-dash/commit/2f83f71)) + # [5.1.0](https://github.com/videojs/videojs-contrib-dash/compare/v5.0.0...v5.1.0) (2021-09-17) diff --git a/package-lock.json b/package-lock.json index 5d8e744f..c101e3d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "videojs-contrib-dash", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cea640c0..afc75e8d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/videojs/videojs-contrib-dash.git" }, - "version": "5.1.0", + "version": "5.1.1", "author": "Brightcove, Inc", "license": "Apache-2.0", "scripts": {