Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.1...v2.0.0) (2024-06-13)

* feat!: update playready key system checks ([0051866](0051866))

### BREAKING CHANGES

* The original isPlayreadySupported has been renamed to
isPlayreadyLegacySupported. The new isPlayreadySupported
now checks com.microsoft.playready.recommendation.

com.microsoft.playready is deprecated by Microsoft.

https://learn.microsoft.com/en-us/playready/overview/key-system-strings
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent 0051866 commit 82f0d95
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/Eyevinn/is-drm-supported/compare/v1.4.1...v2.0.0) (2024-06-13)


* feat!: update playready key system checks ([0051866](https://github.com/Eyevinn/is-drm-supported/commit/0051866d57421d3ff52207918e519a9ba19b8e31))


### BREAKING CHANGES

* The original isPlayreadySupported has been renamed to
isPlayreadyLegacySupported. The new isPlayreadySupported
now checks com.microsoft.playready.recommendation.

com.microsoft.playready is deprecated by Microsoft.

https://learn.microsoft.com/en-us/playready/overview/key-system-strings

## [1.4.1](https://github.com/Eyevinn/is-drm-supported/compare/v1.4.0...v1.4.1) (2023-02-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Martin <[email protected]>"
],
"name": "@eyevinn/is-drm-supported",
"version": "1.4.1",
"version": "2.0.0",
"description": "HTML5 MSE DRM support detection library",
"typings": "dist/typings/index.d.ts",
"main": "dist/is-drm-supported.min.js",
Expand Down

0 comments on commit 82f0d95

Please sign in to comment.