Skip to content

Commit

Permalink
Bump for 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Mar 20, 2024
1 parent 6d4bb3c commit eb70b83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 0.6.2

- Fix Project Nodes multiple MQTT connections issue (#66) @Steve-Mcl
- Display "feature not available" if feature flag is false (#63) @Steve-Mcl
- Better determination of device owner (#65) @Steve-Mcl
- Update npm-publish action version to v2 (#61) @ppawlowski

### 0.6.1

- Disable direct message option for application owned devices (#59) @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.6.1",
"version": "0.6.2",
"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 eb70b83

Please sign in to comment.