Skip to content

Commit 8d82fbf

Browse files
committed
Update for new release
1 parent 5e7b157 commit 8d82fbf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
#### 0.3.2
27

38
- Fix async module loading (#65) @knolleary

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-test-helper",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "A test framework for Node-RED nodes",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)