Skip to content

Commit

Permalink
Merge pull request #57 from FlowFuse/rel-060
Browse files Browse the repository at this point in the history
Update for 0.6.0 release
  • Loading branch information
Steve-Mcl authored Nov 22, 2023
2 parents 929dc4c + aa71cdc commit 15c450f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 0.6.0

- Add support for communicating with app assigned devices (#55) @Steve-Mcl
- FIX: Remove node-red container rebuild dispatcher (#54) @ppawlowski

### 0.5.0

- Pin reusable workflows to v0.1.0 (#53) @ppawlowski
- Update npm package name (#52) @knolleary
- Update ff references in package.json (#50) @knolleary
- Change repo references in workflows after github org rename (#49) @ppawlowski
- Publish nightly package to npmjs (#48) @ppawlowski

### 0.4.0

- Fix `undefined (reading 'name')` error when `msg` is from a `http-in` node (#43) @Steve-Mcl
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/nr-project-nodes",
"version": "0.5.0",
"version": "0.6.0",
"description": "A collection of Node-RED nodes for easy communication between Node-RED instances running in the FlowFuse platform",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 15c450f

Please sign in to comment.