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

Commit 271b79f

Browse files
chore(main): release 4.0.0 (#407)
* chore(main): release 4.0.0 * 🦉 Updates from OwlBot post-processor 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 4aeecf8 commit 271b79f

5 files changed

+20
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

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

7+
## [4.0.0](https://github.com/googleapis/nodejs-containeranalysis/compare/v3.4.0...v4.0.0) (2022-05-17)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#408)
13+
14+
### Bug Fixes
15+
16+
* Flaky pubsub test ([#394](https://github.com/googleapis/nodejs-containeranalysis/issues/394)) ([eb74ba8](https://github.com/googleapis/nodejs-containeranalysis/commit/eb74ba886c2a3397d57b3f99fca0fe1df1216f2d))
17+
18+
19+
### Build System
20+
21+
* update library to use Node 12 ([#408](https://github.com/googleapis/nodejs-containeranalysis/issues/408)) ([4aeecf8](https://github.com/googleapis/nodejs-containeranalysis/commit/4aeecf8ea7c476aa3dab167766121eeec7346a85))
22+
723
## [3.4.0](https://github.com/googleapis/nodejs-containeranalysis/compare/v3.3.0...v3.4.0) (2022-04-05)
824

925

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

0 commit comments

Comments
 (0)