From 9dba9c79e230ba32a3ac96cc0ac32f7dd658f00b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 19:16:20 +0000 Subject: [PATCH] chore(main): release 7.0.0 (#788) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [7.0.0](https://github.com/googleapis/nodejs-translate/compare/v6.3.1...v7.0.0) (2022-06-30) ### ⚠ BREAKING CHANGES * update library to use Node 12 (#789) ### Features * support regapic LRO ([#798](https://github.com/googleapis/nodejs-translate/issues/798)) ([9f1ddc1](https://github.com/googleapis/nodejs-translate/commit/9f1ddc167b20e1b5c3eeadf68867ba2294f2bb12)) ### Bug Fixes * **deps:** update dependency @google-cloud/common to v4 ([#793](https://github.com/googleapis/nodejs-translate/issues/793)) ([a2d079b](https://github.com/googleapis/nodejs-translate/commit/a2d079b6b36c67a21d2c3860c1c1fb497f56c499)) * **test:** fix language detection test ([#779](https://github.com/googleapis/nodejs-translate/issues/779)) ([b6df5e2](https://github.com/googleapis/nodejs-translate/commit/b6df5e27ce37bab53f654bcfdfabf40b8db3e8a0)) ### Build System * update library to use Node 12 ([#789](https://github.com/googleapis/nodejs-translate/issues/789)) ([3060301](https://github.com/googleapis/nodejs-translate/commit/30603014cecb2da9cc73c561bd1fb127a158d84d)) --- 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 ad36604c8dd..019117f355d 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.3.1", + "@google-cloud/translate": "^7.0.0", "@google-cloud/vision": "^2.0.0", "yargs": "^16.0.0" },