Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Jun 25, 2021
1 parent 10488f6 commit f2f8423
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="5.0.0"></a>
# [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

<a name="4.1.0"></a>
# [4.1.0](https://github.com/videojs/videojs-contrib-dash/compare/v4.0.1...v4.1.0) (2021-02-18)

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
Expand Up @@ -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": {
Expand Down

0 comments on commit f2f8423

Please sign in to comment.