Skip to content

Commit

Permalink
release 1.3.0 (#49)
Browse files Browse the repository at this point in the history
* release 1.3.0

## Features

In this minor release we updated some protos used by `v1p1beta1` endpoint (added optional `metadata` field to `RecognitionConfig` message). There is no need to change any existing code. Also, `v1` endpoint is still default. If you want to try using the new `v1p1beta1` endpoint, you need to request it in your code:
```js
const speech = require('@google-cloud/nodejs-speech).v1p1beta1;
```

* updating dependency in samples/package.json

* locks. again.
  • Loading branch information
alexander-fenster authored and Ace Nassri committed Nov 17, 2022
1 parent 48b6329 commit 8efab69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion speech/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "repo-tools test run --cmd ava -- -T 20s --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/speech": "1.2.0",
"@google-cloud/speech": "1.3.0",
"@google-cloud/storage": "1.4.0",
"node-record-lpcm16": "0.3.0",
"yargs": "10.0.3"
Expand Down

0 comments on commit 8efab69

Please sign in to comment.