Skip to content

Commit 9ca467e

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.1.3 (#251)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
1 parent 33e61c2 commit 9ca467e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/google-cloud-texttospeech/CHANGELOG.md

+7
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+
### [1.1.3](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v1.1.2...v1.1.3) (2019-08-02)
8+
9+
10+
### Bug Fixes
11+
12+
* allow calls with no request, add JSON proto ([cb8a51b](https://www.github.com/googleapis/nodejs-text-to-speech/commit/cb8a51b))
13+
714
### [1.1.2](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v1.1.1...v1.1.2) (2019-06-26)
815

916

packages/google-cloud-texttospeech/package.json

+1-1
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": "1.1.2",
4+
"version": "1.1.3",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

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

+1-1
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": "^1.1.2",
17+
"@google-cloud/text-to-speech": "^1.1.3",
1818
"yargs": "^13.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)