Skip to content

Commit 01d2dc2

Browse files
chore(main): release 7.0.3 (#817)
🤖 I have created a release *beep* *boop* --- ## [7.0.3](googleapis/nodejs-translate@v7.0.2...v7.0.3) (2022-09-22) ### Bug Fixes * Allow passing gax instance to client constructor ([#814](googleapis/nodejs-translate#814)) ([ddc93f9](googleapis/nodejs-translate@ddc93f9)) * **deps:** Update dependency @google-cloud/vision to v3 ([#816](googleapis/nodejs-translate#816)) ([331c65b](googleapis/nodejs-translate@331c65b)) * Preserve default values in x-goog-request-params header ([#820](googleapis/nodejs-translate#820)) ([913ac11](googleapis/nodejs-translate@913ac11)) --- 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 f9c8985 commit 01d2dc2

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

packages/google-cloud-translate/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.3](https://github.com/googleapis/nodejs-translate/compare/v7.0.2...v7.0.3) (2022-09-22)
8+
9+
10+
### Bug Fixes
11+
12+
* Allow passing gax instance to client constructor ([#814](https://github.com/googleapis/nodejs-translate/issues/814)) ([ddc93f9](https://github.com/googleapis/nodejs-translate/commit/ddc93f97e2f312287624ef877071aa4e8f8b5309))
13+
* **deps:** Update dependency @google-cloud/vision to v3 ([#816](https://github.com/googleapis/nodejs-translate/issues/816)) ([331c65b](https://github.com/googleapis/nodejs-translate/commit/331c65b6e91efab89f22c976fb117fb99ed0ff3d))
14+
* Preserve default values in x-goog-request-params header ([#820](https://github.com/googleapis/nodejs-translate/issues/820)) ([913ac11](https://github.com/googleapis/nodejs-translate/commit/913ac11a735b25ae7182bc0f57f9ce0e2a1c5738))
15+
716
## [7.0.2](https://github.com/googleapis/nodejs-translate/compare/v7.0.1...v7.0.2) (2022-08-27)
817

918

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

0 commit comments

Comments
 (0)