Skip to content

Commit 6a5b775

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 3.2.1 (#262)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent 8dabcba commit 6a5b775

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-language/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1](https://www.github.com/googleapis/nodejs-language/compare/v3.2.0...v3.2.1) (2019-06-11)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency mathjs to v6 ([#261](https://www.github.com/googleapis/nodejs-language/issues/261)) ([eeb2847](https://www.github.com/googleapis/nodejs-language/commit/eeb2847))
13+
714
## [3.2.0](https://www.github.com/googleapis/nodejs-language/compare/v3.1.0...v3.2.0) (2019-06-06)
815

916

packages/google-cloud-language/package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "3.2.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc",
77
"engines": {

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

Lines changed: 1 addition & 1 deletion
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.0",
20+
"@google-cloud/language": "^3.2.1",
2121
"@google-cloud/storage": "^2.0.0",
2222
"yargs": "^13.0.0"
2323
},

0 commit comments

Comments
 (0)