Skip to content

Commit 619bd3d

Browse files
authored
chore(main): release 3.4.2 (#93)
🤖 I have created a release *beep* *boop* --- ## [3.4.2](v3.4.1...v3.4.2) (2025-02-26) ### Bug Fixes * Update gulpfile to set image encoding as false ([#92](#92)) ([8c9a967](8c9a967)) --- 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 8c9a967 commit 619bd3d

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.1"
2+
".": "3.4.2"
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.2](https://github.com/shaka-project/eme_logger/compare/v3.4.1...v3.4.2) (2025-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Update gulpfile to set image encoding as false ([#92](https://github.com/shaka-project/eme_logger/issues/92)) ([8c9a967](https://github.com/shaka-project/eme_logger/commit/8c9a9670d95a260e94e96a1acba5fc54f960725f))
9+
310
## [3.4.1](https://github.com/shaka-project/eme_logger/compare/v3.4.0...v3.4.1) (2024-12-20)
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.1",
4+
"version": "3.4.2",
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.1"
17+
"version": "3.4.2"
1818
}

0 commit comments

Comments
 (0)