File tree 3 files changed +13
-2
lines changed
packages/google-cloud-translate
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/nodejs-translate?activeTab=versions
6
6
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
+
7
18
## [ 6.0.0] ( https://www.github.com/googleapis/nodejs-translate/compare/v5.3.0...v6.0.0 ) (2020-06-03)
8
19
9
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/translate" ,
3
3
"description" : " Cloud Translation API Client Library for Node.js" ,
4
- "version" : " 6.0.0 " ,
4
+ "version" : " 6.0.1 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc." ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 16
16
"dependencies" : {
17
17
"@google-cloud/automl" : " ^2.0.0" ,
18
18
"@google-cloud/text-to-speech" : " ^3.0.0" ,
19
- "@google-cloud/translate" : " ^6.0.0 " ,
19
+ "@google-cloud/translate" : " ^6.0.1 " ,
20
20
"@google-cloud/vision" : " ^2.0.0" ,
21
21
"yargs" : " ^15.0.0"
22
22
},
You can’t perform that action at this time.
0 commit comments