Skip to content

Commit 46a43c4

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 3.2.6 (#283)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent a4d3109 commit 46a43c4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-language/CHANGELOG.md

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

55
[1]: https://www.npmjs.com/package/@google-cloud/language?activeTab=versions
66

7+
### [3.2.6](https://www.github.com/googleapis/nodejs-language/compare/v3.2.5...v3.2.6) (2019-08-03)
8+
9+
10+
### Bug Fixes
11+
12+
* allow calls with no request, add JSON proto ([#282](https://www.github.com/googleapis/nodejs-language/issues/282)) ([c358df9](https://www.github.com/googleapis/nodejs-language/commit/c358df9))
13+
714
### [3.2.5](https://www.github.com/googleapis/nodejs-language/compare/v3.2.4...v3.2.5) (2019-07-26)
815

916

packages/google-cloud-language/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/language",
33
"description": "Google Cloud Natural Language API client for Node.js",
4-
"version": "3.2.5",
4+
"version": "3.2.6",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@google-cloud/automl": "^1.0.0",
1919
"mathjs": "^6.0.0",
20-
"@google-cloud/language": "^3.2.5",
20+
"@google-cloud/language": "^3.2.6",
2121
"@google-cloud/storage": "^3.0.0",
2222
"yargs": "^13.0.0"
2323
},

0 commit comments

Comments
 (0)