Skip to content

Commit

Permalink
chore(main): release 3.4.2 (#93)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
shaka-bot authored Feb 26, 2025
1 parent 8c9a967 commit 619bd3d
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.1"
".": "3.4.2"
}
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.2](https://github.com/shaka-project/eme_logger/compare/v3.4.1...v3.4.2) (2025-02-26)


### Bug Fixes

* 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))

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


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.1",
"version": "3.4.2",
"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.1"
"version": "3.4.2"
}

0 comments on commit 619bd3d

Please sign in to comment.