From 3fd2b2c83cfa4ba1156f50630a4014b2570ba59b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 00:42:26 +0000 Subject: [PATCH] chore: release 3.2.6 (#535) :robot: I have created a release \*beep\* \*boop\* --- ### [3.2.6](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v3.2.5...v3.2.6) (2021-07-21) ### Bug Fixes * Updating WORKSPACE files to use the newest version of the Typescript generator. ([#534](https://www.github.com/googleapis/nodejs-text-to-speech/issues/534)) ([dee8dc2](https://www.github.com/googleapis/nodejs-text-to-speech/commit/dee8dc23024f67d5ad3888e2ea4b6829cbd4cae6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- texttospeech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texttospeech/package.json b/texttospeech/package.json index 03e0211b20..3046ff36d8 100644 --- a/texttospeech/package.json +++ b/texttospeech/package.json @@ -14,7 +14,7 @@ "test": "mocha --timeout=60000" }, "dependencies": { - "@google-cloud/text-to-speech": "^3.2.5", + "@google-cloud/text-to-speech": "^3.2.6", "yargs": "^16.0.0" }, "devDependencies": {