We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c132c22 commit 912bf50Copy full SHA for 912bf50
2 files changed
README.md
@@ -3,6 +3,9 @@ Node-RED Watson Nodes for IBM Bluemix
3
4
[](https://www.codacy.com/app/rezgui-y/node-red-node-watson)
5
6
+### New in version 0.4.4
7
+- Bugfixes to Speech to Text
8
+
9
### New in version 0.4.3
10
- New Visual Recognition V3 node to support the V3 GA API. This incorporates the features that were previously
11
available as part of AlchemyAPI Vision.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-node-watson",
- "version": "0.4.3",
+ "version": "0.4.4",
"description": "A collection of Node-RED nodes for IBM Watson services",
"dependencies": {
"alchemy-api": "^1.3.0",
0 commit comments