Skip to content

Commit 51dcfdc

Browse files
chore(release): 5.7.1 [skip ci]
## [5.7.1](v5.7.0...v5.7.1) (2020-09-29) ### Bug Fixes * add `getTransactionId` method to the SynthesizeStream ([#1058](#1058)) ([21a5a7f](21a5a7f)) * stop ignoring serviceUrl for Websocket methods ([#1060](#1060)) ([1901aae](1901aae))
1 parent 1901aae commit 51dcfdc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.7.1](https://github.com/watson-developer-cloud/node-sdk/compare/v5.7.0...v5.7.1) (2020-09-29)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
* 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))
8+
19
# [5.7.0](https://github.com/watson-developer-cloud/node-sdk/compare/v5.6.2...v5.7.0) (2020-08-27)
210

311

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibm-watson",
3-
"version": "5.7.0",
3+
"version": "5.7.1",
44
"description": "Client library to use the IBM Watson Services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)