From d35d2a760afe40e5e8c701dc15cb224aa14771c1 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:42:09 +0000 Subject: [PATCH] chore: release 2.1.2 (#232) :robot: I have created a release \*beep\* \*boop\* --- ### [2.1.2](https://www.github.com/googleapis/nodejs-datalabeling/compare/v2.1.1...v2.1.2) (2020-11-25) ### Bug Fixes * **browser:** check for fetch on window ([#236](https://www.github.com/googleapis/nodejs-datalabeling/issues/236)) ([a861cd0](https://www.github.com/googleapis/nodejs-datalabeling/commit/a861cd0671cb04baf0f2b40f376fcb974e4c7159)) * do not modify options object, use defaultScopes ([#231](https://www.github.com/googleapis/nodejs-datalabeling/issues/231)) ([6bcb17b](https://www.github.com/googleapis/nodejs-datalabeling/commit/6bcb17b6cc40cbc2448e8722e8918324ae2261e4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- datalabeling/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datalabeling/package.json b/datalabeling/package.json index 399d347ee0..b1992a22a9 100644 --- a/datalabeling/package.json +++ b/datalabeling/package.json @@ -14,7 +14,7 @@ "test": "mocha --timeout 600000" }, "dependencies": { - "@google-cloud/datalabeling": "^2.1.1" + "@google-cloud/datalabeling": "^2.1.2" }, "devDependencies": { "chai": "^4.2.0",