Skip to content

Commit 48021ab

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 3.1.1 (#368)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent 545847c commit 48021ab

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

7+
### [3.1.1](https://www.github.com/googleapis/nodejs-speech/compare/v3.1.0...v3.1.1) (2019-05-29)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency @google-cloud/common to v2 ([#366](https://www.github.com/googleapis/nodejs-speech/issues/366)) ([e9012f3](https://www.github.com/googleapis/nodejs-speech/commit/e9012f3))
13+
714
## [3.1.0](https://www.github.com/googleapis/nodejs-speech/compare/v3.0.0...v3.1.0) (2019-05-24)
815

916

packages/google-cloud-node/package.json

+1-1
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.1.0",
4+
"version": "3.1.1",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

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

+1-1
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.1.0",
14+
"@google-cloud/speech": "^3.1.1",
1515
"@google-cloud/storage": "^2.0.0",
1616
"chalk": "^2.4.2",
1717
"node-record-lpcm16": "^0.3.0",

0 commit comments

Comments
 (0)