Skip to content

Commit ac60f58

Browse files
authored
chore(main): release 3.4.1 (#88)
🤖 I have created a release *beep* *boop* --- ## [3.4.1](v3.4.0...v3.4.1) (2024-12-20) ### Bug Fixes * Skip noisy mouse events ([#84](#84)) ([980e8d4](980e8d4)), closes [#65](#65) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1570fb3 commit ac60f58

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.0"
2+
".": "3.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.4.1](https://github.com/shaka-project/eme_logger/compare/v3.4.0...v3.4.1) (2024-12-20)
4+
5+
6+
### Bug Fixes
7+
8+
* 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)
9+
310
## [3.4.0](https://github.com/shaka-project/eme_logger/compare/v3.3.0...v3.4.0) (2023-04-11)
411

512

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "EME Call and Event Logger",
33
"short_name": "EME Logger",
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"manifest_version": 3,
66
"description": "Logs all Encrypted Media Extensions (EME) method calls and events.",
77
"content_scripts": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"build": "npm ci && gulp",
1515
"test": "jasmine-browser-runner runSpecs"
1616
},
17-
"version": "3.4.0"
17+
"version": "3.4.1"
1818
}

0 commit comments

Comments
 (0)