From b193d5fc0337e50cfe79f6b83d7a1261f78bb7c3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 00:18:16 +0000 Subject: [PATCH] chore: release 2.2.6 (#297) :robot: I have created a release \*beep\* \*boop\* --- ### [2.2.6](https://www.github.com/googleapis/nodejs-datalabeling/compare/v2.2.5...v2.2.6) (2021-07-21) ### Bug Fixes * Updating WORKSPACE files to use the newest version of the Typescript generator. ([#296](https://www.github.com/googleapis/nodejs-datalabeling/issues/296)) ([b67af5c](https://www.github.com/googleapis/nodejs-datalabeling/commit/b67af5c6eea1142d6b1f08f7dd9213a7078a4d59)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- datalabeling/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datalabeling/package.json b/datalabeling/package.json index 160b80a0bf..a4efcdeb64 100644 --- a/datalabeling/package.json +++ b/datalabeling/package.json @@ -14,7 +14,7 @@ "test": "mocha --timeout 600000" }, "dependencies": { - "@google-cloud/datalabeling": "^2.2.5" + "@google-cloud/datalabeling": "^2.2.6" }, "devDependencies": { "chai": "^4.2.0",