Skip to content

Commit 0a2b289

Browse files
chore(release): 5.7.0 [skip ci]
# [5.7.0](v5.6.2...v5.7.0) (2020-08-27) ### Bug Fixes * added test to `getDocumentStatus()` ([e5c81d5](e5c81d5)) * comments and necessary required params ([bef8089](bef8089)) * small changes ([f7a5e3c](f7a5e3c)) * visual reconition v4 ([b12f11e](b12f11e)) ### Features * **assistant-v2:** new method: `listLogs` ([ff6b79c](ff6b79c)) * **discovery-v2:** new methods: ([01d426c](01d426c)) * **discovery-v2-test:** added new tests for the new methods coming to ([82ea90f](82ea90f)) * **language-translator-v3:** new method: listLanguages ([b9a7d41](b9a7d41)) * **text-to-speech-v1:** new voices added ([be94a1a](be94a1a))
1 parent 9d12874 commit 0a2b289

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [5.7.0](https://github.com/watson-developer-cloud/node-sdk/compare/v5.6.2...v5.7.0) (2020-08-27)
2+
3+
4+
### Bug Fixes
5+
6+
* added test to `getDocumentStatus()` ([e5c81d5](https://github.com/watson-developer-cloud/node-sdk/commit/e5c81d5a7b64b28b3558040cbbdea02792fb82a2))
7+
* comments and necessary required params ([bef8089](https://github.com/watson-developer-cloud/node-sdk/commit/bef8089a7ebebc62917e63a151c10120e264d02c))
8+
* small changes ([f7a5e3c](https://github.com/watson-developer-cloud/node-sdk/commit/f7a5e3ccc371a19c1e4d179ac69ab416c86da89b))
9+
* visual reconition v4 ([b12f11e](https://github.com/watson-developer-cloud/node-sdk/commit/b12f11eb7e82c8418b7b377f60cbb3e17dfdf05f))
10+
11+
12+
### Features
13+
14+
* **assistant-v2:** new method: `listLogs` ([ff6b79c](https://github.com/watson-developer-cloud/node-sdk/commit/ff6b79cd3259bd3930dd67672180a3f68f58f0f0))
15+
* **discovery-v2:** new methods: ([01d426c](https://github.com/watson-developer-cloud/node-sdk/commit/01d426c490891ef167529f62beebff7a1e776cce))
16+
* **discovery-v2-test:** added new tests for the new methods coming to ([82ea90f](https://github.com/watson-developer-cloud/node-sdk/commit/82ea90fe2f426a6179c74654559d9eab2cf59334))
17+
* **language-translator-v3:** new method: listLanguages ([b9a7d41](https://github.com/watson-developer-cloud/node-sdk/commit/b9a7d418aee14ea0779eaced0da2b60590e3f1b5))
18+
* **text-to-speech-v1:** new voices added ([be94a1a](https://github.com/watson-developer-cloud/node-sdk/commit/be94a1a4a87ffb2af7b8796b1528422bbfa115cc))
19+
120
## [5.6.2](https://github.com/watson-developer-cloud/node-sdk/compare/v5.6.1...v5.6.2) (2020-08-06)
221

322

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.6.2",
3+
"version": "5.7.0",
44
"description": "Client library to use the IBM Watson Services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)