Skip to content

Commit 15c450f

Browse files
authored
Merge pull request #57 from FlowFuse/rel-060
Update for 0.6.0 release
2 parents 929dc4c + aa71cdc commit 15c450f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.6.0
2+
3+
- Add support for communicating with app assigned devices (#55) @Steve-Mcl
4+
- FIX: Remove node-red container rebuild dispatcher (#54) @ppawlowski
5+
6+
### 0.5.0
7+
8+
- Pin reusable workflows to v0.1.0 (#53) @ppawlowski
9+
- Update npm package name (#52) @knolleary
10+
- Update ff references in package.json (#50) @knolleary
11+
- Change repo references in workflows after github org rename (#49) @ppawlowski
12+
- Publish nightly package to npmjs (#48) @ppawlowski
13+
114
### 0.4.0
215

316
- Fix `undefined (reading 'name')` error when `msg` is from a `http-in` node (#43) @Steve-Mcl

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/nr-project-nodes",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A collection of Node-RED nodes for easy communication between Node-RED instances running in the FlowFuse platform",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)