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.0.4...v2.0.0) (2024-04-02)

### Bug Fixes

* bump workflow node dep to 20.x, required by semantic-release ([8f1ea26](8f1ea26))
* update yarn deps ([ccedbdc](ccedbdc))

* feat!: allow using any HTMLMediaElement ([5b502e9](5b502e9))

### BREAKING CHANGES

* videoElement argument renamed to mediaElement

OLD: getMediaEventFilter({ videoElement });
NEW: getMediaEventFilter({ mediaElement });
  • Loading branch information
semantic-release-bot committed Apr 2, 2024
1 parent f580e6d commit 8896cb1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/Eyevinn/media-event-filter/compare/v1.0.4...v2.0.0) (2024-04-02)


### Bug Fixes

* bump workflow node dep to 20.x, required by semantic-release ([8f1ea26](https://github.com/Eyevinn/media-event-filter/commit/8f1ea26bea40e38a9966072db2f3d9a224d400c3))
* update yarn deps ([ccedbdc](https://github.com/Eyevinn/media-event-filter/commit/ccedbdc0951fb831b8dc30f63e45553aa3729be8))


* feat!: allow using any HTMLMediaElement ([5b502e9](https://github.com/Eyevinn/media-event-filter/commit/5b502e9f17dccba03606b47a32b929bdc2395d93))


### BREAKING CHANGES

* videoElement argument renamed to mediaElement

OLD: getMediaEventFilter({ videoElement });
NEW: getMediaEventFilter({ mediaElement });

## [1.0.4](https://github.com/Eyevinn/media-event-filter/compare/v1.0.3...v1.0.4) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eyevinn/media-event-filter",
"version": "1.0.4",
"version": "2.0.0",
"type": "module",
"description": "HTML5 media event filter",
"main": "build/mef.min.js",
Expand Down

0 comments on commit 8896cb1

Please sign in to comment.