diff --git a/packages/google-container/CHANGELOG.md b/packages/google-container/CHANGELOG.md index 8ccca7090b1..12ad6aa3bdc 100644 --- a/packages/google-container/CHANGELOG.md +++ b/packages/google-container/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/container?activeTab=versions +### [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)) + ### [2.4.2](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.4.1...v2.4.2) (2021-07-16) diff --git a/packages/google-container/package.json b/packages/google-container/package.json index 4c5b11c814d..0d35793081b 100644 --- a/packages/google-container/package.json +++ b/packages/google-container/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/container", "description": "Google Container Engine API client for Node.js", - "version": "2.4.2", + "version": "2.4.3", "license": "Apache-2.0", "author": "Google Inc", "engines": { diff --git a/packages/google-container/samples/package.json b/packages/google-container/samples/package.json index 0c98ef2cac6..67e06002791 100644 --- a/packages/google-container/samples/package.json +++ b/packages/google-container/samples/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test --timeout 10000" }, "dependencies": { - "@google-cloud/container": "^2.4.2" + "@google-cloud/container": "^2.4.3" }, "devDependencies": { "chai": "^4.2.0",