From 0ac7b4f525ebe4d77ecc9765798a4d1bd3049078 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 18:02:09 +0000 Subject: [PATCH] chore: release 2.4.0 (#465) :robot: I have created a release \*beep\* \*boop\* --- ## [2.4.0](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.3.2...v2.4.0) (2021-07-09) ### Features * allow updating security group on existing clusters ([#464](https://www.github.com/googleapis/nodejs-cloud-container/issues/464)) ([ed09e02](https://www.github.com/googleapis/nodejs-cloud-container/commit/ed09e028126d308cf131f26453fe6c73a73cec6d)) --- 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 eca55c59b1..e50ff1e7e1 100644 --- a/container/snippets/package.json +++ b/container/snippets/package.json @@ -14,7 +14,7 @@ "test": "mocha system-test --timeout 10000" }, "dependencies": { - "@google-cloud/container": "^2.3.2" + "@google-cloud/container": "^2.4.0" }, "devDependencies": { "chai": "^4.2.0",