Skip to content

Commit aa56307

Browse files
committed
Bump for 0.3.1 release
1 parent 0d7e4c3 commit aa56307

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 0.3.1
2+
3+
- Add support for async node modules (#63) @knolleary
4+
15
#### 0.3.0
26

37
- Require node.js >=14

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.0",
3+
"version": "0.3.1",
44
"description": "A test framework for Node-RED nodes",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)