Skip to content

Commit 8248c14

Browse files
chore: release 2.4.3 (#478)
🤖 I have created a release \*beep\* \*boop\* --- ### [2.4.3](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.4.2...v2.4.3) (2021-08-16) ### Bug Fixes * **build:** migrate to using main branch ([#476](https://www.github.com/googleapis/nodejs-cloud-container/issues/476)) ([7440626](https://www.github.com/googleapis/nodejs-cloud-container/commit/7440626c34f9e7dcc16a6e19a71e5db6eee5b6bf)) --- 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 10a49c3 commit 8248c14

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-container/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/container?activeTab=versions
66

7+
### [2.4.3](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.4.2...v2.4.3) (2021-08-16)
8+
9+
10+
### Bug Fixes
11+
12+
* **build:** migrate to using main branch ([#476](https://www.github.com/googleapis/nodejs-cloud-container/issues/476)) ([7440626](https://www.github.com/googleapis/nodejs-cloud-container/commit/7440626c34f9e7dcc16a6e19a71e5db6eee5b6bf))
13+
714
### [2.4.2](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.4.1...v2.4.2) (2021-07-16)
815

916

packages/google-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/container",
33
"description": "Google Container Engine API client for Node.js",
4-
"version": "2.4.2",
4+
"version": "2.4.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

packages/google-container/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha system-test --timeout 10000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/container": "^2.4.2"
17+
"@google-cloud/container": "^2.4.3"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)