Skip to content

Commit c33fe59

Browse files
chore: release 6.2.1 (#658)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Alexander Fenster <[email protected]>
1 parent c0c0b84 commit c33fe59

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/google-cloud-translate/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
### [6.2.1](https://www.github.com/googleapis/nodejs-translate/compare/v6.2.0...v6.2.1) (2021-05-11)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** require google-gax v2.12.0 ([#657](https://www.github.com/googleapis/nodejs-translate/issues/657)) ([71d695d](https://www.github.com/googleapis/nodejs-translate/commit/71d695d5e217b96e688b4bb71887b19ebedae1ff))
13+
* use require() to load JSON protos ([#661](https://www.github.com/googleapis/nodejs-translate/issues/661)) ([5294080](https://www.github.com/googleapis/nodejs-translate/commit/529408087d68461651f1ce80b5fba460bde0f5bc))
14+
715
## [6.2.0](https://www.github.com/googleapis/nodejs-translate/compare/v6.1.0...v6.2.0) (2021-04-07)
816

917

packages/google-cloud-translate/package.json

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

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

+1-1
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.2.0",
19+
"@google-cloud/translate": "^6.2.1",
2020
"@google-cloud/vision": "^2.0.0",
2121
"yargs": "^16.0.0"
2222
},

0 commit comments

Comments
 (0)