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

Commit 11b1315

Browse files
chore(main): release 4.1.0 (#416)
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fda2b32 commit 11b1315

5 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [4.1.0](https://github.com/googleapis/nodejs-containeranalysis/compare/v4.0.0...v4.1.0) (2022-06-10)
8+
9+
10+
### Features
11+
12+
* Import of Grafeas from Github ([#413](https://github.com/googleapis/nodejs-containeranalysis/issues/413)) ([fda2b32](https://github.com/googleapis/nodejs-containeranalysis/commit/fda2b3218680d9f0b81435ba9913d150eeded826))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency @google-cloud/pubsub to v3 ([#410](https://github.com/googleapis/nodejs-containeranalysis/issues/410)) ([fb503c8](https://github.com/googleapis/nodejs-containeranalysis/commit/fb503c89c6e0b8af7c4a4c60cddae7cf8727bd2b))
18+
719
## [4.0.0](https://github.com/googleapis/nodejs-containeranalysis/compare/v3.4.0...v4.0.0) (2022-05-17)
820

921

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

0 commit comments

Comments
 (0)