Skip to content

Commit 9b420e4

Browse files
chore: release 6.0.1 (#541)
1 parent 8648c8b commit 9b420e4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/google-cloud-translate/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
### [6.0.1](https://www.github.com/googleapis/nodejs-translate/compare/v6.0.0...v6.0.1) (2020-06-29)
8+
9+
10+
### Bug Fixes
11+
12+
* handle fallback option properly ([#547](https://www.github.com/googleapis/nodejs-translate/issues/547)) ([9146de2](https://www.github.com/googleapis/nodejs-translate/commit/9146de2a08565418dc118d1c8f3034f90ef9778e))
13+
* **deps:** update dependency @google-cloud/text-to-speech to v3 ([#538](https://www.github.com/googleapis/nodejs-translate/issues/538)) ([423dba3](https://www.github.com/googleapis/nodejs-translate/commit/423dba36a2c82ac6335c279edb1d246add55b754))
14+
* **deps:** update dependency @google-cloud/vision to v2 ([#539](https://www.github.com/googleapis/nodejs-translate/issues/539)) ([5dbeac4](https://www.github.com/googleapis/nodejs-translate/commit/5dbeac4e9a3133a6008cd8fb882046fe4a9946bc))
15+
* **samples:** typo in CLI invocation ([9755e2d](https://www.github.com/googleapis/nodejs-translate/commit/9755e2deff080d8a250ecbd251c7810288cd92d9))
16+
* update node issue template ([#551](https://www.github.com/googleapis/nodejs-translate/issues/551)) ([548d1e5](https://www.github.com/googleapis/nodejs-translate/commit/548d1e5219141b293631087723ee111382a8e857))
17+
718
## [6.0.0](https://www.github.com/googleapis/nodejs-translate/compare/v5.3.0...v6.0.0) (2020-06-03)
819

920

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.0",
4+
"version": "6.0.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.0.0",
19+
"@google-cloud/translate": "^6.0.1",
2020
"@google-cloud/vision": "^2.0.0",
2121
"yargs": "^15.0.0"
2222
},

0 commit comments

Comments
 (0)