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 5e7b157 commit 8d82fbfCopy full SHA for 8d82fbf
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+#### 0.3.3
2
+
3
+ - Add plugin stub to runtime (#73) @joepavitt
4
+ - Use compatible versions rather than specific version of dependencies (#70) @Pezmc
5
6
#### 0.3.2
7
8
- Fix async module loading (#65) @knolleary
package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-node-test-helper",
- "version": "0.3.2",
+ "version": "0.3.3",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
0 commit comments