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.0 (#606)
Browse files Browse the repository at this point in the history
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: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
release-please[bot] committed Jun 20, 2022
1 parent 075e860 commit 81d0c81
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,23 @@

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

## [4.0.0](https://github.com/googleapis/nodejs-text-to-speech/compare/v3.4.0...v4.0.0) (2022-06-10)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#604)

### Features

* Consolidate task details into service API and add orchestration result details ([74f7cfb](https://github.com/googleapis/nodejs-text-to-speech/commit/74f7cfb6947c0b9b35dcddb9ede343877b4938a6))
* promote CustomVoiceParams to v1 ([#591](https://github.com/googleapis/nodejs-text-to-speech/issues/591)) ([fe647dc](https://github.com/googleapis/nodejs-text-to-speech/commit/fe647dc8735792333e0203844279da6ada898e1a))


### Build System

* update library to use Node 12 ([#604](https://github.com/googleapis/nodejs-text-to-speech/issues/604)) ([4395d56](https://github.com/googleapis/nodejs-text-to-speech/commit/4395d5696205c257498d33693e53135da998ed38))

## [3.4.0](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v3.3.1...v3.4.0) (2021-12-09)


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

0 comments on commit 81d0c81

Please sign in to comment.