Skip to content

Commit 62d88f1

Browse files
release-please[bot]Benjamin E. Coe
authored andcommitted
chore: release 1.4.1 (#281)
1 parent 11867bd commit 62d88f1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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+
### [1.4.1](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v1.4.0...v1.4.1) (2019-10-22)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** bump google-gax to 1.7.5 ([#280](https://www.github.com/googleapis/nodejs-text-to-speech/issues/280)) ([9e426ca](https://www.github.com/googleapis/nodejs-text-to-speech/commit/9e426cab4d62165d0cb79d8e489a5ccd1a1cfb46))
13+
714
## [1.4.0](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v1.3.0...v1.4.0) (2019-10-09)
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": "1.4.0",
4+
"version": "1.4.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": "^1.3.0",
17+
"@google-cloud/text-to-speech": "^1.4.1",
1818
"yargs": "^14.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)