Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 912b853

Browse files
chore(main): release 4.2.0 (#422)
🤖 I have created a release *beep* *boop* --- ## [4.2.0](v4.1.0...v4.2.0) (2022-07-04) ### Features * support regapic LRO ([1290f13](1290f13)) ### Bug Fixes * **deps:** update dependency @google-cloud/grafeas to v4 ([#420](#420)) ([6e40ebe](6e40ebe)) * **issue-417:** adding additional asserts to track flaky error ([#421](#421)) ([23cd446](23cd446)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1290f13 commit 912b853

5 files changed

+17
-4
lines changed

CHANGELOG.md

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

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

7+
## [4.2.0](https://github.com/googleapis/nodejs-containeranalysis/compare/v4.1.0...v4.2.0) (2022-07-04)
8+
9+
10+
### Features
11+
12+
* support regapic LRO ([1290f13](https://github.com/googleapis/nodejs-containeranalysis/commit/1290f1322a788735340ac1c10b57a38d78396bb8))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency @google-cloud/grafeas to v4 ([#420](https://github.com/googleapis/nodejs-containeranalysis/issues/420)) ([6e40ebe](https://github.com/googleapis/nodejs-containeranalysis/commit/6e40ebe146d61bb6594c3b7e76514250843a5ff0))
18+
* **issue-417:** adding additional asserts to track flaky error ([#421](https://github.com/googleapis/nodejs-containeranalysis/issues/421)) ([23cd446](https://github.com/googleapis/nodejs-containeranalysis/commit/23cd446962c3e2a3ec00981d87dd9d41c17873ee))
19+
720
## [4.1.0](https://github.com/googleapis/nodejs-containeranalysis/compare/v4.0.0...v4.1.0) (2022-06-10)
821

922

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": "4.1.0",
4+
"version": "4.2.0",
55
"author": "Google LLC",
66
"description": "Container Analysis API client for Node.js",
77
"main": "build/src/index.js",

samples/generated/v1/snippet_metadata.google.devtools.containeranalysis.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-containeranalysis",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1beta1/snippet_metadata.google.devtools.containeranalysis.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-containeranalysis",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^4.1.0",
17+
"@google-cloud/containeranalysis": "^4.2.0",
1818
"@google-cloud/pubsub": "^3.0.0",
1919
"p-retry": "^4.1.0"
2020
},

0 commit comments

Comments
 (0)