From 4771ee7a74ff2947a4ff577fe1d884fca6880118 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:24:35 +0000 Subject: [PATCH] chore(main): release 4.2.0 (#569) :robot: I have created a release *beep* *boop* --- ## [4.2.0](https://github.com/googleapis/nodejs-cloud-container/compare/v4.1.3...v4.2.0) (2022-09-22) ### Features * Added High Throughput Logging API for Google Kubernetes Engine ([#571](https://github.com/googleapis/nodejs-cloud-container/issues/571)) ([588b19a](https://github.com/googleapis/nodejs-cloud-container/commit/588b19a19daca6d994a28d04e8b9a8a2f081324b)) ### Bug Fixes * Preserve default values in x-goog-request-params header ([#568](https://github.com/googleapis/nodejs-cloud-container/issues/568)) ([575531f](https://github.com/googleapis/nodejs-cloud-container/commit/575531f012d3448eb796f73fda6d62ef9ba425fd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- container/snippets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/snippets/package.json b/container/snippets/package.json index 369187d47f..1c8fb0b9fc 100644 --- a/container/snippets/package.json +++ b/container/snippets/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test --timeout 1000000" }, "dependencies": { - "@google-cloud/container": "^4.1.3", + "@google-cloud/container": "^4.2.0", "uuid": "^9.0.0" }, "devDependencies": {