Skip to content

Commit 40b937e

Browse files
chore(main): release 7.0.0 (#788)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](googleapis/nodejs-translate@v6.3.1...v7.0.0) (2022-06-30) ### ⚠ BREAKING CHANGES * update library to use Node 12 (#789) ### Features * support regapic LRO ([#798](googleapis/nodejs-translate#798)) ([9f1ddc1](googleapis/nodejs-translate@9f1ddc1)) ### Bug Fixes * **deps:** update dependency @google-cloud/common to v4 ([#793](googleapis/nodejs-translate#793)) ([a2d079b](googleapis/nodejs-translate@a2d079b)) * **test:** fix language detection test ([#779](googleapis/nodejs-translate#779)) ([b6df5e2](googleapis/nodejs-translate@b6df5e2)) ### Build System * update library to use Node 12 ([#789](googleapis/nodejs-translate#789)) ([3060301](googleapis/nodejs-translate@3060301)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent d2e953c commit 40b937e

5 files changed

Lines changed: 26 additions & 4 deletions

File tree

packages/google-cloud-translate/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-translate?activeTab=versions
66

7+
## [7.0.0](https://github.com/googleapis/nodejs-translate/compare/v6.3.1...v7.0.0) (2022-06-30)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#789)
13+
14+
### Features
15+
16+
* support regapic LRO ([#798](https://github.com/googleapis/nodejs-translate/issues/798)) ([9f1ddc1](https://github.com/googleapis/nodejs-translate/commit/9f1ddc167b20e1b5c3eeadf68867ba2294f2bb12))
17+
18+
19+
### Bug Fixes
20+
21+
* **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))
22+
* **test:** fix language detection test ([#779](https://github.com/googleapis/nodejs-translate/issues/779)) ([b6df5e2](https://github.com/googleapis/nodejs-translate/commit/b6df5e27ce37bab53f654bcfdfabf40b8db3e8a0))
23+
24+
25+
### Build System
26+
27+
* update library to use Node 12 ([#789](https://github.com/googleapis/nodejs-translate/issues/789)) ([3060301](https://github.com/googleapis/nodejs-translate/commit/30603014cecb2da9cc73c561bd1fb127a158d84d))
28+
729
### [6.3.1](https://www.github.com/googleapis/nodejs-translate/compare/v6.3.0...v6.3.1) (2021-10-18)
830

931

packages/google-cloud-translate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/translate",
33
"description": "Cloud Translation API Client Library for Node.js",
4-
"version": "6.3.1",
4+
"version": "7.0.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

packages/google-cloud-translate/samples/generated/v3/snippet_metadata.google.cloud.translation.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-translation",
4-
"version": "6.3.1",
4+
"version": "7.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-translate/samples/generated/v3beta1/snippet_metadata.google.cloud.translation.v3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-translation",
4-
"version": "6.3.1",
4+
"version": "7.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-translate/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@google-cloud/automl": "^2.0.0",
1818
"@google-cloud/text-to-speech": "^3.0.0",
19-
"@google-cloud/translate": "^6.3.1",
19+
"@google-cloud/translate": "^7.0.0",
2020
"@google-cloud/vision": "^2.0.0",
2121
"yargs": "^16.0.0"
2222
},

0 commit comments

Comments
 (0)