Skip to content

Commit 229c5fb

Browse files
committed
Bump for 0.2.7
1 parent 56a595e commit 229c5fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### 0.2.7
2+
- Wait for startFlows to resolve before returning from loadFlow call - required with Node-RED 1.3+
3+
- README.md: Update example unit test to report assertion failures
4+
- examples: lower-case_spec.js: Allow proper assertion failure reporting (#45)
5+
6+
#### 0.2.6
7+
8+
- Optionally preload catch/status/complete nodes in test cases Fixes #48
9+
110
#### 0.2.5
211

312
- Add proper middleware on httpAdmin express app

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

0 commit comments

Comments
 (0)