From 2a318f985a49aec6213178677c4a2ade676e833c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 19:28:14 +0000 Subject: [PATCH] chore(main): release 5.0.0 (#906) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [5.0.0](https://github.com/googleapis/nodejs-speech/compare/v4.10.2...v5.0.0) (2022-06-24) ### ⚠ BREAKING CHANGES * update library to use Node 12 (#891) ### Build System * update library to use Node 12 ([#891](https://github.com/googleapis/nodejs-speech/issues/891)) ([73a2f72](https://github.com/googleapis/nodejs-speech/commit/73a2f7223274d75be929ed074083970425bd3997)) --- 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 b064326ab19..97d7f21f1c7 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.10.2", + "@google-cloud/speech": "^5.0.0", "@google-cloud/storage": "^5.0.0", "chalk": "^5.0.0", "fs.promises": "^0.1.2",