From f2f842327c0cf288c7d44570246b401df8c828b9 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Fri, 25 Jun 2021 12:09:00 -0400 Subject: [PATCH] 5.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a863bd..5fbbf7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# [5.0.0](https://github.com/videojs/videojs-contrib-dash/compare/v4.1.0...v5.0.0) (2021-06-25) + +### Features + +* Dash.js 4.0.0 ([#363](https://github.com/videojs/videojs-contrib-dash/issues/363)) ([a9d76fc](https://github.com/videojs/videojs-contrib-dash/commit/a9d76fc)) + +### Chores + +* skip require in vjsverify ([10488f6](https://github.com/videojs/videojs-contrib-dash/commit/10488f6)) + +### Documentation + +* Update README to show support for Dash 3.x ([#361](https://github.com/videojs/videojs-contrib-dash/issues/361)) ([3854c61](https://github.com/videojs/videojs-contrib-dash/commit/3854c61)), closes [#336](https://github.com/videojs/videojs-contrib-dash/issues/336) + + +### BREAKING CHANGES + +* no longer able to be required in nodejs. +* update to DASH.js 4.0 + # [4.1.0](https://github.com/videojs/videojs-contrib-dash/compare/v4.0.1...v4.1.0) (2021-02-18) diff --git a/package-lock.json b/package-lock.json index 2d67abef..0091185e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "videojs-contrib-dash", - "version": "4.1.0", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4255fa70..b2bf942c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/videojs/videojs-contrib-dash.git" }, - "version": "4.1.0", + "version": "5.0.0", "author": "Brightcove, Inc", "license": "Apache-2.0", "scripts": {