Skip to content

Commit

Permalink
chore(release): 5.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.7.1](watson-developer-cloud/node-sdk@v5.7.0...v5.7.1) (2020-09-29)

### Bug Fixes

* add `getTransactionId` method to the SynthesizeStream ([watson-developer-cloud#1058](watson-developer-cloud#1058)) ([21a5a7f](watson-developer-cloud@21a5a7f))
* stop ignoring serviceUrl for Websocket methods ([watson-developer-cloud#1060](watson-developer-cloud#1060)) ([1901aae](watson-developer-cloud@1901aae))
  • Loading branch information
semantic-release-bot committed Sep 29, 2020
1 parent 1901aae commit 51dcfdc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.7.1](https://github.com/watson-developer-cloud/node-sdk/compare/v5.7.0...v5.7.1) (2020-09-29)


### Bug Fixes

* add `getTransactionId` method to the SynthesizeStream ([#1058](https://github.com/watson-developer-cloud/node-sdk/issues/1058)) ([21a5a7f](https://github.com/watson-developer-cloud/node-sdk/commit/21a5a7f2a1975d5ecc8ae1654f81d680585c39d9))
* stop ignoring serviceUrl for Websocket methods ([#1060](https://github.com/watson-developer-cloud/node-sdk/issues/1060)) ([1901aae](https://github.com/watson-developer-cloud/node-sdk/commit/1901aae2f07e58c97ed26ed31906407581fb51c1))

# [5.7.0](https://github.com/watson-developer-cloud/node-sdk/compare/v5.6.2...v5.7.0) (2020-08-27)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-watson",
"version": "5.7.0",
"version": "5.7.1",
"description": "Client library to use the IBM Watson Services",
"repository": {
"type": "git",
Expand Down

0 comments on commit 51dcfdc

Please sign in to comment.