Skip to content

Commit

Permalink
Update for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Dec 22, 2023
1 parent 5e7b157 commit 8d82fbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 0.3.3

- Add plugin stub to runtime (#73) @joepavitt
- Use compatible versions rather than specific version of dependencies (#70) @Pezmc

#### 0.3.2

- Fix async module loading (#65) @knolleary
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.3.2",
"version": "0.3.3",
"description": "A test framework for Node-RED nodes",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8d82fbf

Please sign in to comment.