Skip to content

Commit

Permalink
chore(main): release 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Dec 20, 2024
1 parent 1570fb3 commit 3fe963c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.4.0"
".": "3.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.4.1](https://github.com/shaka-project/eme_logger/compare/v3.4.0...v3.4.1) (2024-12-20)


### Bug Fixes

* Skip noisy mouse events ([#84](https://github.com/shaka-project/eme_logger/issues/84)) ([980e8d4](https://github.com/shaka-project/eme_logger/commit/980e8d49c828777675e2a5c572a2c38469d439ff)), closes [#65](https://github.com/shaka-project/eme_logger/issues/65)

## [3.4.0](https://github.com/shaka-project/eme_logger/compare/v3.3.0...v3.4.0) (2023-04-11)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EME Call and Event Logger",
"short_name": "EME Logger",
"version": "3.4.0",
"version": "3.4.1",
"manifest_version": 3,
"description": "Logs all Encrypted Media Extensions (EME) method calls and events.",
"content_scripts": [
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
Expand Up @@ -14,5 +14,5 @@
"build": "npm ci && gulp",
"test": "jasmine-browser-runner runSpecs"
},
"version": "3.4.0"
"version": "3.4.1"
}

0 comments on commit 3fe963c

Please sign in to comment.