Skip to content

Commit 184c8bb

Browse files
release-please[bot]JustinBeckwith
authored andcommitted
chore: release 5.0.2 (#368)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 61c94c3 commit 184c8bb

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+
### [5.0.2](https://www.github.com/googleapis/nodejs-translate/compare/v5.0.1...v5.0.2) (2019-11-08)
8+
9+
10+
### Bug Fixes
11+
12+
* region tag ([#367](https://www.github.com/googleapis/nodejs-translate/issues/367)) ([13e75d2](https://www.github.com/googleapis/nodejs-translate/commit/13e75d2680e3c4f09e07b19cce650a91b212603f))
13+
714
### [5.0.1](https://www.github.com/googleapis/nodejs-translate/compare/v5.0.0...v5.0.1) (2019-10-28)
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": "5.0.1",
4+
"version": "5.0.2",
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": "^1.0.0",
1818
"@google-cloud/text-to-speech": "^1.1.4",
19-
"@google-cloud/translate": "^5.0.1",
19+
"@google-cloud/translate": "^5.0.2",
2020
"@google-cloud/vision": "^1.2.0",
2121
"yargs": "^14.0.0"
2222
},

0 commit comments

Comments
 (0)