Skip to content

Commit

Permalink
chore: release 4.3.0 (#705)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Mar 15, 2021
1 parent 0428447 commit b27e2b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-speech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/@google-cloud/speech?activeTab=versions

## [4.3.0](https://github.com/googleapis/nodejs-speech/compare/v4.2.0...v4.3.0) (2021-03-12)


### Features

* Support output transcript to GCS for LongRunningRecognize ([#707](https://github.com/googleapis/nodejs-speech/issues/707)) ([11e2ec2](https://github.com/googleapis/nodejs-speech/commit/11e2ec26caff80a84e1abc917c079371abcf9d60))
* **v1p1beta1:** support Model Adaptation ([#703](https://github.com/googleapis/nodejs-speech/issues/703)) ([fbcc04b](https://github.com/googleapis/nodejs-speech/commit/fbcc04bb6fc8e8ecbd90b3559bf2e85210947a37))

## [4.2.0](https://github.com/googleapis/nodejs-speech/compare/v4.1.5...v4.2.0) (2021-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/speech",
"description": "Cloud Speech Client Library for Node.js",
"version": "4.2.0",
"version": "4.3.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "c8 mocha system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/speech": "^4.2.0",
"@google-cloud/speech": "^4.3.0",
"@google-cloud/storage": "^5.0.0",
"chalk": "^4.0.0",
"node-record-lpcm16": "^1.0.1",
Expand Down

0 comments on commit b27e2b3

Please sign in to comment.