Skip to content

Commit

Permalink
Bump for 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Feb 13, 2021
1 parent 56a595e commit 229c5fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### 0.2.7
- Wait for startFlows to resolve before returning from loadFlow call - required with Node-RED 1.3+
- README.md: Update example unit test to report assertion failures
- examples: lower-case_spec.js: Allow proper assertion failure reporting (#45)

#### 0.2.6

- Optionally preload catch/status/complete nodes in test cases Fixes #48

#### 0.2.5

- Add proper middleware on httpAdmin express app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-test-helper",
"version": "0.2.6",
"version": "0.2.7",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 229c5fb

Please sign in to comment.