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

* 馃 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 Aug 26, 2022
1 parent 6626498 commit ae0a90b
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.2](https://github.com/googleapis/nodejs-text-to-speech/compare/v4.0.1...v4.0.2) (2022-08-23)


### Bug Fixes

* better support for fallback mode ([#618](https://github.com/googleapis/nodejs-text-to-speech/issues/618)) ([cece3bd](https://github.com/googleapis/nodejs-text-to-speech/commit/cece3bdb3782c3c8e8bd264fac706edc887c281b))
* change import long to require ([#620](https://github.com/googleapis/nodejs-text-to-speech/issues/620)) ([e525bd8](https://github.com/googleapis/nodejs-text-to-speech/commit/e525bd8d1b4ecf281b8b3d6145f5183384dacc3f))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-text-to-speech/issues/1546)) ([#623](https://github.com/googleapis/nodejs-text-to-speech/issues/623)) ([6626498](https://github.com/googleapis/nodejs-text-to-speech/commit/6626498331534247b53a876b06aefa11c689b5a2))

## [4.0.1](https://github.com/googleapis/nodejs-text-to-speech/compare/v4.0.0...v4.0.1) (2022-06-30)


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

0 comments on commit ae0a90b

Please sign in to comment.