Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
chore(main): release 4.0.4 (#643)
Browse files Browse the repository at this point in the history
* chore(main): release 4.0.4

* 馃 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 10, 2022
1 parent b33d6f9 commit 7c4edcf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@

[1]: https://www.npmjs.com/package/@google-cloud/text-to-speech?activeTab=versions

## [4.0.4](https://github.com/googleapis/nodejs-text-to-speech/compare/v4.0.3...v4.0.4) (2022-11-09)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#641](https://github.com/googleapis/nodejs-text-to-speech/issues/641)) ([6f691f6](https://github.com/googleapis/nodejs-text-to-speech/commit/6f691f65c5d21f93117268ec87c89309fc6e667f))
* update proto definitions ([3321981](https://github.com/googleapis/nodejs-text-to-speech/commit/3321981c96b4726ef764a76bc3ce35b90943b16b))
* Update proto definitions ([#645](https://github.com/googleapis/nodejs-text-to-speech/issues/645)) ([3321981](https://github.com/googleapis/nodejs-text-to-speech/commit/3321981c96b4726ef764a76bc3ce35b90943b16b))

## [4.0.3](https://github.com/googleapis/nodejs-text-to-speech/compare/v4.0.2...v4.0.3) (2022-09-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/text-to-speech",
"description": "Cloud Text-to-Speech API client for Node.js",
"version": "4.0.3",
"version": "4.0.4",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-texttospeech",
"version": "4.0.3",
"version": "4.0.4",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-texttospeech",
"version": "4.0.3",
"version": "4.0.4",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout=60000"
},
"dependencies": {
"@google-cloud/text-to-speech": "^4.0.3",
"@google-cloud/text-to-speech": "^4.0.4",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7c4edcf

Please sign in to comment.