From b102fb394d8b92dba1a1899fb12099058c5571c8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 20:56:58 +0000 Subject: [PATCH] chore: release 4.9.0 (#802) :robot: I have created a release \*beep\* \*boop\* --- ## [4.9.0](https://www.github.com/googleapis/nodejs-speech/compare/v4.8.1...v4.9.0) (2021-09-20) ### Features * add output_config request field ([#801](https://www.github.com/googleapis/nodejs-speech/issues/801)) ([b4f8cbf](https://www.github.com/googleapis/nodejs-speech/commit/b4f8cbff71e3cbdce4d7fb7cbe67f7065f4c6a2b)) --- 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 48f9b4c64f..e25b1d4b12 100644 --- a/speech/package.json +++ b/speech/package.json @@ -15,7 +15,7 @@ "test": "c8 mocha system-test --timeout 600000" }, "dependencies": { - "@google-cloud/speech": "^4.8.1", + "@google-cloud/speech": "^4.9.0", "@google-cloud/storage": "^5.0.0", "chalk": "^4.0.0", "node-record-lpcm16": "^1.0.1",