Skip to content

Commit cdbc8d9

Browse files
authored
Merge pull request #213 from chughts/txnupdate
Translation Node
2 parents 248f94d + 5c10793 commit cdbc8d9

File tree

5 files changed

+189
-156
lines changed

5 files changed

+189
-156
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Node-RED Watson Nodes for IBM Bluemix
77

88
<a href="https://cla-assistant.io/watson-developer-cloud/node-red-node-watson"><img src="https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson" alt="CLA assistant" /></a>
99

10+
### New in version 0.4.25
11+
- Fix to Language Translation Node to allow it work with File Inject
12+
1013
### New in version 0.4.24
1114
- Bugfixes to Language Translator Train Node
1215

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-watson",
3-
"version": "0.4.24",
3+
"version": "0.4.25",
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)