Skip to content

Commit 7ce5ea3

Browse files
release-please[bot]bcoe
authored andcommitted
chore: release 3.4.0 (#464)
1 parent 5601487 commit 7ce5ea3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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

7+
## [3.4.0](https://www.github.com/googleapis/nodejs-speech/compare/v3.3.2...v3.4.0) (2019-11-14)
8+
9+
10+
### Features
11+
12+
* **samples:** bump auto-punctuation sample to v1 and move diarization to v1 ([#463](https://www.github.com/googleapis/nodejs-speech/issues/463)) ([ebcd0d3](https://www.github.com/googleapis/nodejs-speech/commit/ebcd0d3f3ba856b7476a7ada6029575b62133887))
13+
* add support for speaker tag field ([#466](https://www.github.com/googleapis/nodejs-speech/issues/466)) ([a027563](https://www.github.com/googleapis/nodejs-speech/commit/a027563f006487efc7a2e509074bf11ff7f13c9e))
14+
15+
16+
### Bug Fixes
17+
18+
* **docs:** snippets are now replaced in jsdoc comments ([#465](https://www.github.com/googleapis/nodejs-speech/issues/465)) ([e8c4269](https://www.github.com/googleapis/nodejs-speech/commit/e8c4269098e786e01cc7196d44a9c3bf459e8f91))
19+
720
### [3.3.2](https://www.github.com/googleapis/nodejs-speech/compare/v3.3.1...v3.3.2) (2019-10-22)
821

922

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.3.2",
4+
"version": "3.4.0",
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.3.2",
14+
"@google-cloud/speech": "^3.4.0",
1515
"@google-cloud/storage": "^4.0.0",
1616
"chalk": "^3.0.0",
1717
"node-record-lpcm16": "^1.0.1",

0 commit comments

Comments
 (0)