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.3 (#626)
Browse files Browse the repository at this point in the history
* chore(main): release 4.0.3

* 馃 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>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] committed Sep 22, 2022
1 parent 26a4f84 commit a3bc503
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@

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

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


### Bug Fixes

* Allow passing gax instance to client constructor ([#625](https://github.com/googleapis/nodejs-text-to-speech/issues/625)) ([df7fc10](https://github.com/googleapis/nodejs-text-to-speech/commit/df7fc1076fa70c3a41a40f18d677ea3108091e76))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-text-to-speech/issues/1553)) ([#624](https://github.com/googleapis/nodejs-text-to-speech/issues/624)) ([655571f](https://github.com/googleapis/nodejs-text-to-speech/commit/655571f6322adc6fd75fc05b694eddc52b7eccbe))
* Preserve default values in x-goog-request-params header ([#627](https://github.com/googleapis/nodejs-text-to-speech/issues/627)) ([26a4f84](https://github.com/googleapis/nodejs-text-to-speech/commit/26a4f8456c713272c8f3d0aab45ecbb4392e0fa1))
* use google-gax v3.3.0 ([655571f](https://github.com/googleapis/nodejs-text-to-speech/commit/655571f6322adc6fd75fc05b694eddc52b7eccbe))

## [4.0.2](https://github.com/googleapis/nodejs-text-to-speech/compare/v4.0.1...v4.0.2) (2022-08-23)


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.2",
"version": "4.0.3",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-texttospeech",
"version": "4.0.2",
"version": "4.0.3",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-texttospeech",
"version": "4.0.2",
"version": "4.0.3",
"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.2",
"@google-cloud/text-to-speech": "^4.0.3",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a3bc503

Please sign in to comment.