Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed Feb 17, 2024
1 parent ee6e512 commit db802f5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="5.1.0"></a>
# [5.1.0](https://github.com/videojs/videojs-contrib-eme/compare/v5.0.0...v5.1.0) (2024-02-17)

### Features

* Add CDM detection module (#98) ([33dfe13](https://github.com/videojs/videojs-contrib-eme/commit/33dfe13)), closes [#98](https://github.com/videojs/videojs-contrib-eme/issues/98)
* add request types (#200) ([58109ca](https://github.com/videojs/videojs-contrib-eme/commit/58109ca)), closes [#200](https://github.com/videojs/videojs-contrib-eme/issues/200)

### Bug Fixes

* Close keySession when player is disposed (#176) ([c8ca31a](https://github.com/videojs/videojs-contrib-eme/commit/c8ca31a)), closes [#176](https://github.com/videojs/videojs-contrib-eme/issues/176)
* disable firefox headless in karma (#205) ([a90edcb](https://github.com/videojs/videojs-contrib-eme/commit/a90edcb)), closes [#205](https://github.com/videojs/videojs-contrib-eme/issues/205)
* legacy fairplay (#204) ([ee6e512](https://github.com/videojs/videojs-contrib-eme/commit/ee6e512)), closes [#204](https://github.com/videojs/videojs-contrib-eme/issues/204)
* playready message passthrough (#201) ([78bc2d7](https://github.com/videojs/videojs-contrib-eme/commit/78bc2d7)), closes [#201](https://github.com/videojs/videojs-contrib-eme/issues/201)

### Chores

* Update CI workflow (#188) ([579df4c](https://github.com/videojs/videojs-contrib-eme/commit/579df4c)), closes [#188](https://github.com/videojs/videojs-contrib-eme/issues/188)

### Code Refactoring

* add support for future Video.js 8.x (#172) ([6a19aba](https://github.com/videojs/videojs-contrib-eme/commit/6a19aba)), closes [#172](https://github.com/videojs/videojs-contrib-eme/issues/172)

<a name="5.0.0"></a>
# [5.0.0](https://github.com/videojs/videojs-contrib-eme/compare/v4.0.0...v5.0.0) (2022-08-19)

Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "videojs-contrib-eme",
"version": "5.0.0",
"version": "5.1.0",
"description": "Supports Encrypted Media Extensions for playback of encrypted content in Video.js",
"main": "dist/videojs-contrib-eme.cjs.js",
"module": "dist/videojs-contrib-eme.es.js",
Expand Down

0 comments on commit db802f5

Please sign in to comment.