Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 808bda0

Browse files
chore(main): release 7.0.1 (#803)
🤖 I have created a release *beep* *boop* --- ## [7.0.1](v7.0.0...v7.0.1) (2022-08-10) ### Bug Fixes * **deps:** do not depend on protobufjs ([#802](#802)) ([e8f13e4](e8f13e4)) * **deps:** update dependency @google-cloud/automl to v3 ([#796](#796)) ([440b1cb](440b1cb)) * **deps:** update dependency @google-cloud/text-to-speech to v4 ([#797](#797)) ([a210e6e](a210e6e)) --- 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 a210e6e commit 808bda0

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

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

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

7+
## [7.0.1](https://github.com/googleapis/nodejs-translate/compare/v7.0.0...v7.0.1) (2022-08-10)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** do not depend on protobufjs ([#802](https://github.com/googleapis/nodejs-translate/issues/802)) ([e8f13e4](https://github.com/googleapis/nodejs-translate/commit/e8f13e412c2ee9c8cded6cd4efed31b3d78f8170))
13+
* **deps:** update dependency @google-cloud/automl to v3 ([#796](https://github.com/googleapis/nodejs-translate/issues/796)) ([440b1cb](https://github.com/googleapis/nodejs-translate/commit/440b1cb267a8d737038881d5525c4096629d64aa))
14+
* **deps:** update dependency @google-cloud/text-to-speech to v4 ([#797](https://github.com/googleapis/nodejs-translate/issues/797)) ([a210e6e](https://github.com/googleapis/nodejs-translate/commit/a210e6e7d154e137a8ed3eb344f322552cd785a8))
15+
716
## [7.0.0](https://github.com/googleapis/nodejs-translate/compare/v6.3.1...v7.0.0) (2022-06-30)
817

918

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": "7.0.0",
4+
"version": "7.0.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

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": "7.0.0",
4+
"version": "7.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "7.0.0",
4+
"version": "7.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

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": "^3.0.0",
1818
"@google-cloud/text-to-speech": "^4.0.0",
19-
"@google-cloud/translate": "^7.0.0",
19+
"@google-cloud/translate": "^7.0.1",
2020
"@google-cloud/vision": "^2.0.0",
2121
"yargs": "^16.0.0"
2222
},

0 commit comments

Comments
 (0)