Skip to content

Commit 8ba92df

Browse files
chore(main): release 5.0.3 (#929)
🤖 I have created a release *beep* *boop* --- ## [5.0.3](googleapis/nodejs-speech@v5.0.2...v5.0.3) (2022-09-22) ### Bug Fixes * Preserve default values in x-goog-request-params header ([#928](googleapis/nodejs-speech#928)) ([ea654b5](googleapis/nodejs-speech@ea654b5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent b88f1e4 commit 8ba92df

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

packages/google-cloud-node/CHANGELOG.md

+7
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+
## [5.0.3](https://github.com/googleapis/nodejs-speech/compare/v5.0.2...v5.0.3) (2022-09-22)
8+
9+
10+
### Bug Fixes
11+
12+
* Preserve default values in x-goog-request-params header ([#928](https://github.com/googleapis/nodejs-speech/issues/928)) ([ea654b5](https://github.com/googleapis/nodejs-speech/commit/ea654b5bf2e4067bf7682f9729cf8364ca4145a5))
13+
714
## [5.0.2](https://github.com/googleapis/nodejs-speech/compare/v5.0.1...v5.0.2) (2022-09-01)
815

916

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

packages/google-cloud-node/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.2",
4+
"version": "5.0.3",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-node/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.2",
4+
"version": "5.0.3",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-node/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.2",
18+
"@google-cloud/speech": "^5.0.3",
1919
"@google-cloud/storage": "^6.0.0",
2020
"chalk": "^5.0.0",
2121
"fs.promises": "^0.1.2",

0 commit comments

Comments
 (0)