Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 474a79f

Browse files
chore: release 3.5.2 (#486)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 0c22cd7 commit 474a79f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.5.2](https://www.github.com/googleapis/nodejs-speech/compare/v3.5.1...v3.5.2) (2019-12-11)
8+
9+
10+
### Bug Fixes
11+
12+
* make operationsClient and service stub public ([0c22cd7](https://www.github.com/googleapis/nodejs-speech/commit/0c22cd75daebb88f4f9a59bc069ef87552ea1017))
13+
714
### [3.5.1](https://www.github.com/googleapis/nodejs-speech/compare/v3.5.0...v3.5.1) (2019-12-05)
815

916

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

samples/package.json

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

0 commit comments

Comments
 (0)