Skip to content

Commit 128a9a3

Browse files
chore(main): release 3.1.1 (#253)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 493e919 commit 128a9a3

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

.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.1.0"
2+
"cloudrun-malware-scanner": "3.1.1"
33
}

cloudrun-malware-scanner/CHANGELOG.md

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

33

4+
## [3.1.1](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.1.0...v3.1.1) (2024-11-25)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** update node.js to v22.11.0 ([#225](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/225)) ([21fb742](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/21fb7420fac3e81c217128d48a4865323468f5f9))
10+
* **deps:** update npm-packages ([#228](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/228)) ([ada917a](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/ada917afcd5336778cd09a2cfaf30ad4c7b96431))
11+
* **deps:** update npm-packages ([#257](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/257)) ([1bddd28](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/1bddd2866130c7fbb03f51511dd563c67f290c22))
12+
* remove gsutil from startup ([#261](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/issues/261)) ([493e919](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/493e91904f957bf243d0cf117541db07539bcd65))
13+
414
## [3.1.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.0.2...v3.1.0) (2024-09-17)
515

616

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.1.0",
3+
"version": "3.1.1",
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)