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 Dec 5, 2024
1 parent 16f0bb5 commit 2363211
Show file tree
Hide file tree
Showing 4 changed files with 11 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"
}
7 changes: 7 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


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


### Features

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

## [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 2363211

Please sign in to comment.