Skip to content

Commit

Permalink
chore(main): release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and nielm committed Dec 6, 2024
1 parent d36d6f7 commit 7c8e265
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 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 @@
{
"cloudrun-malware-scanner": "3.2.0"
"cloudrun-malware-scanner": "3.3.0"
}
13 changes: 13 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog


## [3.3.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.2.0...v3.3.0) (2024-12-06)


### Features

* convert Javascript code to Typescript ([e0dd556](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/e0dd556d866f4922fa40935ed7de7319d1e2101d))


### Bug Fixes

* correct config.json.tmpl and add timeouts ([6a810cc](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/6a810ccde2e2a299e3e76ae219c5c5af07e87152))
* **deps:** update express ([d36d6f7](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/commit/d36d6f782683947c5699ba2b545e6903bc6d69b1))

## [3.2.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.1.1...v3.2.0) (2024-12-04)


Expand Down
4 changes: 2 additions & 2 deletions cloudrun-malware-scanner/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 cloudrun-malware-scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcs-malware-scanner",
"version": "3.2.0",
"version": "3.3.0",
"description": "Service to scan GCS documents for the malware and move the analyzed documents to appropriate buckets",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7c8e265

Please sign in to comment.