Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Release v0.5.1 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Feb 19, 2019
1 parent 1061497 commit a4a7619
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

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

## v0.5.1

02-14-2019 17:36 PST

### Bug Fixes
- fix: throw on invalid credentials ([#189](https://github.com/googleapis/nodejs-text-to-speech/pull/189))

### Documentation
- docs: update sample to show method inside of async function ([#188](https://github.com/googleapis/nodejs-text-to-speech/pull/188))
- docs: update links in contrib guide ([#191](https://github.com/googleapis/nodejs-text-to-speech/pull/191))
- docs: update contributing path in README ([#184](https://github.com/googleapis/nodejs-text-to-speech/pull/184))

### Internal / Testing Changes
- build: use linkinator for docs test ([#190](https://github.com/googleapis/nodejs-text-to-speech/pull/190))
- fix(deps): update dependency yargs to v13 ([#187](https://github.com/googleapis/nodejs-text-to-speech/pull/187))
- build: create docs test npm scripts ([#186](https://github.com/googleapis/nodejs-text-to-speech/pull/186))
- build: test using @grpc/grpc-js in CI ([#185](https://github.com/googleapis/nodejs-text-to-speech/pull/185))
- chore: move CONTRIBUTING.md to root ([#183](https://github.com/googleapis/nodejs-text-to-speech/pull/183))

## v0.5.0

02-05-2019 13:22 PST
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "^0.5.0",
"@google-cloud/text-to-speech": "^0.5.1",
"yargs": "^13.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a4a7619

Please sign in to comment.