Skip to content

Commit 3f6f04e

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 3.2.4 (#410)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent d4e7df0 commit 3f6f04e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-speech/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/speech?activeTab=versions
66

7+
### [3.2.4](https://www.github.com/googleapis/nodejs-speech/compare/v3.2.3...v3.2.4) (2019-07-29)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency pumpify to v2 ([#409](https://www.github.com/googleapis/nodejs-speech/issues/409)) ([aea90b3](https://www.github.com/googleapis/nodejs-speech/commit/aea90b3))
13+
714
### [3.2.3](https://www.github.com/googleapis/nodejs-speech/compare/v3.2.2...v3.2.3) (2019-07-23)
815

916

packages/google-cloud-speech/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/speech",
33
"description": "Cloud Speech Client Library for Node.js",
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test --timeout 600000"
1212
},
1313
"dependencies": {
14-
"@google-cloud/speech": "^3.2.3",
14+
"@google-cloud/speech": "^3.2.4",
1515
"@google-cloud/storage": "^2.0.0",
1616
"chalk": "^2.4.2",
1717
"node-record-lpcm16": "^1.0.1",

0 commit comments

Comments
 (0)