Skip to content

Commit 0292685

Browse files
1 parent 9f35d51 commit 0292685

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-devtools-containeranalysis/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [3.1.5](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v3.1.4...v3.1.5) (2021-06-30)
8+
9+
10+
### Bug Fixes
11+
12+
* make request optional in all cases ([#318](https://www.github.com/googleapis/nodejs-containeranalysis/issues/318)) ([35e8196](https://www.github.com/googleapis/nodejs-containeranalysis/commit/35e81964f971d4272b0c14f4e8b6e790229ba803))
13+
714
### [3.1.4](https://www.github.com/googleapis/nodejs-containeranalysis/compare/v3.1.3...v3.1.4) (2021-05-25)
815

916

packages/google-devtools-containeranalysis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-containeranalysis",
33
"name": "@google-cloud/containeranalysis",
4-
"version": "3.1.4",
4+
"version": "3.1.5",
55
"author": "Google LLC",
66
"description": "Container Analysis API client for Node.js",
77
"main": "build/src/index.js",

packages/google-devtools-containeranalysis/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout 100000 test/**.test.js"
1515
},
1616
"dependencies": {
17-
"@google-cloud/containeranalysis": "^3.1.4",
17+
"@google-cloud/containeranalysis": "^3.1.5",
1818
"@google-cloud/pubsub": "^2.0.0",
1919
"p-retry": "^4.1.0"
2020
},

0 commit comments

Comments
 (0)