Skip to content

Commit

Permalink
chore(main): release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 20, 2024
1 parent 1bddd28 commit 0c52829
Show file tree
Hide file tree
Showing 4 changed files with 13 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.1.0"
"cloudrun-malware-scanner": "3.1.1"
}
9 changes: 9 additions & 0 deletions cloudrun-malware-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


## [3.1.1](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.1.0...v3.1.1) (2024-11-20)


### Bug Fixes

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

## [3.1.0](https://github.com/GoogleCloudPlatform/docker-clamav-malware-scanner/compare/v3.0.2...v3.1.0) (2024-09-17)


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.1.0",
"version": "3.1.1",
"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 0c52829

Please sign in to comment.