Skip to content

Commit 06c7cec

Browse files
chore(main): release 3.5.5
1 parent 0d001a1 commit 06c7cec

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
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-
"cloudrun-malware-scanner": "3.5.4"
2+
"cloudrun-malware-scanner": "3.5.5"
33
}

cloudrun-malware-scanner/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
## [3.5.5](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.5.4...v3.5.5) (2026-01-21)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** update node.js to v24.13.0 ([#349](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/349)) ([c584f56](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/c584f566db05dbe1e42e3b060eab41bcf2fc98eb))
10+
* **deps:** update npm-packages ([#346](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/346)) ([0d001a1](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/0d001a18648c844be6341ebe88fb12753e02c85d))
11+
* **lint:** update eslint version and fix issues ([#354](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/354)) ([9394422](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/9394422e04fc4a6417cdaae40b7ff5c613bf02ed))
12+
413
## [3.5.4](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.5.3...v3.5.4) (2026-01-14)
514

615

cloudrun-malware-scanner/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.

cloudrun-malware-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gcs-malware-scanner",
3-
"version": "3.5.4",
3+
"version": "3.5.5",
44
"description": "Service to scan GCS documents for the malware and move the analyzed documents to appropriate buckets",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)