Skip to content

Commit

Permalink
chore: release 3.1.5 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 1, 2021
1 parent 9f35d51 commit 0292685
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.1.5](https://github.com/googleapis/nodejs-containeranalysis/compare/v3.1.4...v3.1.5) (2021-06-30)


### Bug Fixes

* make request optional in all cases ([#318](https://github.com/googleapis/nodejs-containeranalysis/issues/318)) ([35e8196](https://github.com/googleapis/nodejs-containeranalysis/commit/35e81964f971d4272b0c14f4e8b6e790229ba803))

### [3.1.4](https://github.com/googleapis/nodejs-containeranalysis/compare/v3.1.3...v3.1.4) (2021-05-25)


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

0 comments on commit 0292685

Please sign in to comment.