Skip to content

Commit bdeb796

Browse files
committed
package updates for next release
1 parent ee8b397 commit bdeb796

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Node-RED Watson Nodes for IBM Bluemix
33

44
[![Codacy Badge](https://api.codacy.com/project/badge/grade/e157cf8407f2442396789dc78075340a)](https://www.codacy.com/app/rezgui-y/node-red-node-watson)
55

6+
### New in next version
7+
- The transcription returned for the Speech to Text node now returns full (untruncated) transcription. The
8+
alternatives are returned in msg.fullresult. The dialog now loads available models dynamically. This will
9+
allow new speech models to be identified without requiring a further code change.
10+
611
### New in version 0.4.1
712
- AlchemyAPI Image Analysis and Language nodes migrated from old Alchemy SDK to current
813
Watson Developer Cloud SDK for Node.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-watson",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A collection of Node-RED nodes for IBM Watson services",
55
"dependencies": {
66
"alchemy-api": "^1.3.0",

0 commit comments

Comments
 (0)