From 3b2a6392464049eb23054e876874225ccfdb7aa0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 15:38:04 +0000 Subject: [PATCH] chore: release 2.0.4 (#179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release \*beep\* \*boop\* --- ### [2.0.4](https://www.github.com/googleapis/nodejs-cloudbuild/compare/v2.0.3...v2.0.4) (2020-11-03) ### ⚠ BREAKING CHANGES * The WorkerPool API in the v1 surface has been long deprecated, so it has been deleted from the v1 surface. Alpha WorkerPool customers who want to call the WorkerPool API can use gcloud. ### Features * updated third_party Cloud Build clients with new Build message, fix: revert removal of WorkerPool API ([#166](https://www.github.com/googleapis/nodejs-cloudbuild/issues/166)) ([b8d7a39](https://www.github.com/googleapis/nodejs-cloudbuild/commit/b8d7a395bbcc2f6ff83b798ef678e2f27395802d)) ### Bug Fixes * revert removal of WorkerPool API ([#178](https://www.github.com/googleapis/nodejs-cloudbuild/issues/178)) ([07400cb](https://www.github.com/googleapis/nodejs-cloudbuild/commit/07400cbcb05808762ab3c56c5827607cdefd43c0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- cloudbuild/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild/package.json b/cloudbuild/package.json index bdb44f05cd..c9f148bf5e 100644 --- a/cloudbuild/package.json +++ b/cloudbuild/package.json @@ -15,7 +15,7 @@ "test": "c8 mocha system-test --timeout=800000" }, "dependencies": { - "@google-cloud/cloudbuild": "^2.0.3" + "@google-cloud/cloudbuild": "^2.0.4" }, "devDependencies": { "c8": "^7.0.0",