Skip to content

Commit

Permalink
chore(main): release 3.4.0 (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 5, 2022
1 parent cd5c5ae commit 0304e5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-devtools-containeranalysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/containeranalysis?activeTab=versions

## [3.4.0](https://github.com/googleapis/nodejs-containeranalysis/compare/v3.3.0...v3.4.0) (2022-04-05)


### Features

* AuditConfig for IAM v1 ([#388](https://github.com/googleapis/nodejs-containeranalysis/issues/388)) ([f4d14d7](https://github.com/googleapis/nodejs-containeranalysis/commit/f4d14d7734054b8bd7037b189e7af1876e119f51))

## [3.3.0](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v3.2.0...v3.3.0) (2021-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-containeranalysis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-containeranalysis",
"name": "@google-cloud/containeranalysis",
"version": "3.3.0",
"version": "3.4.0",
"author": "Google LLC",
"description": "Container Analysis API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout 100000 test/**.test.js"
},
"dependencies": {
"@google-cloud/containeranalysis": "^3.3.0",
"@google-cloud/containeranalysis": "^3.4.0",
"@google-cloud/pubsub": "^2.0.0",
"p-retry": "^4.1.0"
},
Expand Down

0 comments on commit 0304e5d

Please sign in to comment.