Skip to content

Commit

Permalink
chore: release 3.3.0 (#353)
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 Nov 15, 2021
1 parent f2117f9 commit 4c8673b
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.3.0](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v3.2.0...v3.3.0) (2021-11-11)


### Features

* Updating the grafeas protos to include compliance and intoto attestation protos ([#352](https://www.github.com/googleapis/nodejs-containeranalysis/issues/352)) ([ea334fb](https://www.github.com/googleapis/nodejs-containeranalysis/commit/ea334fb38ba769af3e7473db9414db0850d2bbdb))

## [3.2.0](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v3.1.8...v3.2.0) (2021-08-23)


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.2.0",
"version": "3.3.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.2.0",
"@google-cloud/containeranalysis": "^3.3.0",
"@google-cloud/pubsub": "^2.0.0",
"p-retry": "^4.1.0"
},
Expand Down

0 comments on commit 4c8673b

Please sign in to comment.