Skip to content

Commit ebb3b2e

Browse files
chore: release 6.0.4 (#594)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 90c4a65 commit ebb3b2e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-translate/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [6.0.4](https://www.github.com/googleapis/nodejs-translate/compare/v6.0.3...v6.0.4) (2020-11-07)
8+
9+
10+
### Bug Fixes
11+
12+
* do not modify options object, use defaultScopes ([#593](https://www.github.com/googleapis/nodejs-translate/issues/593)) ([f38bbcd](https://www.github.com/googleapis/nodejs-translate/commit/f38bbcdb6df9f5e3849c20ff0cc2dfd020284c61))
13+
714
### [6.0.3](https://www.github.com/googleapis/nodejs-translate/compare/v6.0.2...v6.0.3) (2020-09-17)
815

916

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

0 commit comments

Comments
 (0)