From c10e74923b8eb154e1023f1366de3322e6589842 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:30:23 +0000 Subject: [PATCH] chore(main): release 5.0.3 (#929) :robot: I have created a release *beep* *boop* --- ## [5.0.3](https://github.com/googleapis/nodejs-speech/compare/v5.0.2...v5.0.3) (2022-09-22) ### Bug Fixes * 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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- speech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/package.json b/speech/package.json index b81c98d146..b6da0aef8b 100644 --- a/speech/package.json +++ b/speech/package.json @@ -15,7 +15,7 @@ "test": "c8 mocha system-test --timeout 600000" }, "dependencies": { - "@google-cloud/speech": "^5.0.2", + "@google-cloud/speech": "^5.0.3", "@google-cloud/storage": "^6.0.0", "chalk": "^5.0.0", "fs.promises": "^0.1.2",