Skip to content

Commit

Permalink
chore: release 3.3.0 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 23, 2021
1 parent 71b578d commit 6d2498d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-texttospeech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [3.3.0](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v3.2.7...v3.3.0) (2021-08-23)


### Features

* turns on self-signed JWT feature flag ([#543](https://www.github.com/googleapis/nodejs-text-to-speech/issues/543)) ([bd5ecd3](https://www.github.com/googleapis/nodejs-text-to-speech/commit/bd5ecd31f2cf39486b85c62e1f5d35850cde22b9))

### [3.2.7](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v3.2.6...v3.2.7) (2021-08-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-texttospeech/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/text-to-speech",
"description": "Cloud Text-to-Speech API client for Node.js",
"version": "3.2.7",
"version": "3.3.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-texttospeech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --timeout=60000"
},
"dependencies": {
"@google-cloud/text-to-speech": "^3.2.7",
"@google-cloud/text-to-speech": "^3.3.0",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6d2498d

Please sign in to comment.