Skip to content

Commit afdb9af

Browse files
committed
Update for 0.3.5 release
1 parent 6896a17 commit afdb9af

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#### 0.3.5
2+
3+
- Update mocha
4+
- Bump supertest (#83) @hardillb
5+
- feat: make load, setFlows async/await (enable vitest) (#82) @AllanOricil
6+
- feat: enable async start/stop server (#81) @AllanOricil
7+
- Bump express.js and body-parser (#79) @hardillb
8+
19
#### 0.3.4
210

311
- Update dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-test-helper",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "A test framework for Node-RED nodes",
55
"main": "index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"supertest": "^7.1.4"
2424
},
2525
"devDependencies": {
26-
"mocha": "^9.2.2"
26+
"mocha": "^11.7.1"
2727
},
2828
"contributors": [
2929
{

0 commit comments

Comments
 (0)