From 7d35cfaa8c438eb77cafd510d080135bd9f7aaee Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 19:40:17 +0000 Subject: [PATCH] chore: release 2.2.0 (#402) :robot: I have created a release \*beep\* \*boop\* --- ## [2.2.0](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.1.2...v2.2.0) (2020-11-25) ### Features * update GKE v1 API ([#401](https://www.github.com/googleapis/nodejs-cloud-container/issues/401)) ([f72f121](https://www.github.com/googleapis/nodejs-cloud-container/commit/f72f1210f63e1fd9b3dd02e0791b1d024d1cbe07)) ### Bug Fixes * **browser:** check for fetch on window ([#403](https://www.github.com/googleapis/nodejs-cloud-container/issues/403)) ([40f207e](https://www.github.com/googleapis/nodejs-cloud-container/commit/40f207e3e1ae02f63b9b34c9e957c0caae89c7fb)) --- This PR was generated with [Release Please](https://github.com/googleapis/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 faad25e73b..b2fc5e994c 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.1.2" + "@google-cloud/container": "^2.2.0" }, "devDependencies": { "chai": "^4.2.0",