We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7e4c3 commit aa56307Copy full SHA for aa56307
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 0.3.1
2
+
3
+ - Add support for async node modules (#63) @knolleary
4
5
#### 0.3.0
6
7
- Require node.js >=14
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-node-test-helper",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
0 commit comments