Skip to content

Commit 1190680

Browse files
yoshi-automationsofisl
authored andcommitted
chore: release 3.3.0 (#290)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent c656ad2 commit 1190680

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

packages/google-cloud-language/CHANGELOG.md

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

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

7+
## [3.3.0](https://www.github.com/googleapis/nodejs-language/compare/v3.2.6...v3.3.0) (2019-09-16)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency yargs to v14 ([bf2363e](https://www.github.com/googleapis/nodejs-language/commit/bf2363e))
13+
* use process versions object for client header ([#287](https://www.github.com/googleapis/nodejs-language/issues/287)) ([ee18e83](https://www.github.com/googleapis/nodejs-language/commit/ee18e83))
14+
15+
16+
### Features
17+
18+
* load protos from JSON, grpc-fallback support ([354d98d](https://www.github.com/googleapis/nodejs-language/commit/354d98d))
19+
720
### [3.2.6](https://www.github.com/googleapis/nodejs-language/compare/v3.2.5...v3.2.6) (2019-08-03)
821

922

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.6",
4+
"version": "3.3.0",
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.6",
20+
"@google-cloud/language": "^3.3.0",
2121
"@google-cloud/storage": "^3.0.0",
2222
"yargs": "^14.0.0"
2323
},

0 commit comments

Comments
 (0)