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

Commit 54d0a4a

Browse files
chore(main): release 5.0.2 (#925)
* chore(main): release 5.0.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 758a28a commit 54d0a4a

5 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

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

7+
## [5.0.2](https://github.com/googleapis/nodejs-speech/compare/v5.0.1...v5.0.2) (2022-09-01)
8+
9+
10+
### Bug Fixes
11+
12+
* Allow passing gax instance to client constructor ([#924](https://github.com/googleapis/nodejs-speech/issues/924)) ([758a28a](https://github.com/googleapis/nodejs-speech/commit/758a28aa977713c35d089e1f89783221dc03e33f))
13+
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-speech/issues/1553)) ([#923](https://github.com/googleapis/nodejs-speech/issues/923)) ([c300569](https://github.com/googleapis/nodejs-speech/commit/c3005691b0721dfbd29d2793ceffba98aef20a83))
14+
715
## [5.0.1](https://github.com/googleapis/nodejs-speech/compare/v5.0.0...v5.0.1) (2022-08-23)
816

917

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

samples/generated/v1/snippet_metadata.google.cloud.speech.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-speech",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1p1beta1/snippet_metadata.google.cloud.speech.v1p1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-speech",
4-
"version": "5.0.1",
4+
"version": "5.0.2",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "c8 mocha system-test --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/speech": "^5.0.1",
18+
"@google-cloud/speech": "^5.0.2",
1919
"@google-cloud/storage": "^6.0.0",
2020
"chalk": "^5.0.0",
2121
"fs.promises": "^0.1.2",

0 commit comments

Comments
 (0)