Skip to content

Commit 78352f3

Browse files
chore: release 3.3.1 (#549)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 530f212 commit 78352f3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-texttospeech/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [3.3.1](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v3.3.0...v3.3.1) (2021-09-10)
8+
9+
10+
### Bug Fixes
11+
12+
* **build:** set default branch to main ([#548](https://www.github.com/googleapis/nodejs-text-to-speech/issues/548)) ([6891351](https://www.github.com/googleapis/nodejs-text-to-speech/commit/6891351d06b48e6337567c4fb9e6f885204920e3))
13+
714
## [3.3.0](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v3.2.7...v3.3.0) (2021-08-23)
815

916

packages/google-cloud-texttospeech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/text-to-speech",
33
"description": "Cloud Text-to-Speech API client for Node.js",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-texttospeech/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=60000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/text-to-speech": "^3.3.0",
17+
"@google-cloud/text-to-speech": "^3.3.1",
1818
"yargs": "^16.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)