Skip to content

Commit bcf0fc7

Browse files
chore(main): release 4.0.1 (#611)
🤖 I have created a release *beep* *boop* --- ## [4.0.1](googleapis/nodejs-text-to-speech@v4.0.0...v4.0.1) (2022-06-30) ### Bug Fixes * **docs:** describe fallback rest option ([#610](googleapis/nodejs-text-to-speech#610)) ([26bc91a](googleapis/nodejs-text-to-speech@26bc91a)) --- 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 7fbaf70 commit bcf0fc7

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

packages/google-cloud-texttospeech/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/text-to-speech?activeTab=versions
66

7+
## [4.0.1](https://github.com/googleapis/nodejs-text-to-speech/compare/v4.0.0...v4.0.1) (2022-06-30)
8+
9+
10+
### Bug Fixes
11+
12+
* **docs:** describe fallback rest option ([#610](https://github.com/googleapis/nodejs-text-to-speech/issues/610)) ([26bc91a](https://github.com/googleapis/nodejs-text-to-speech/commit/26bc91afb45e51486061d00517c4acb0de7aaa2e))
13+
714
## [4.0.0](https://github.com/googleapis/nodejs-text-to-speech/compare/v3.4.0...v4.0.0) (2022-06-10)
815

916

packages/google-cloud-texttospeech/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/text-to-speech",
33
"description": "Cloud Text-to-Speech API client for Node.js",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-texttospeech/samples/generated/v1/snippet_metadata.google.cloud.texttospeech.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-texttospeech",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-texttospeech/samples/generated/v1beta1/snippet_metadata.google.cloud.texttospeech.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-texttospeech",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-texttospeech/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=60000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/text-to-speech": "^4.0.0",
17+
"@google-cloud/text-to-speech": "^4.0.1",
1818
"yargs": "^16.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)