From 824ac37e69e0324a9f7e9b30a4400b320f547a71 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 18:28:37 +0000 Subject: [PATCH] chore: release 6.2.3 (#688) :robot: I have created a release \*beep\* \*boop\* --- ### [6.2.3](https://www.github.com/googleapis/nodejs-translate/compare/v6.2.2...v6.2.3) (2021-06-24) ### Bug Fixes * make request optional in all cases ([#687](https://www.github.com/googleapis/nodejs-translate/issues/687)) ([621dc99](https://www.github.com/googleapis/nodejs-translate/commit/621dc99db8de832328731c3176e7bf44842062db)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- translate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate/package.json b/translate/package.json index 88c97229f0d..8b9540ac38a 100644 --- a/translate/package.json +++ b/translate/package.json @@ -16,7 +16,7 @@ "dependencies": { "@google-cloud/automl": "^2.0.0", "@google-cloud/text-to-speech": "^3.0.0", - "@google-cloud/translate": "^6.2.2", + "@google-cloud/translate": "^6.2.3", "@google-cloud/vision": "^2.0.0", "yargs": "^16.0.0" },