Skip to content

Commit

Permalink
Merge pull request #237 from FlowFuse/rel22
Browse files Browse the repository at this point in the history
Update for 2.2 release
  • Loading branch information
hardillb authored Feb 8, 2024
2 parents d1689f9 + 186f448 commit a7af207
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 2.2.0: Release

- Wire up Node-RED instance audit events to FF (#232) @Steve-Mcl
- Implement deferred stop like nr-launcher (#236) @Steve-Mcl
- Fix theme following org name change (#235) @Steve-Mcl

#### 2.1.0: Release

- Implement quick connect in device agent (#226) @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/device-agent",
"version": "2.1.0",
"version": "2.2.0",
"description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform",
"exports": {
"./libraryPlugin": "./lib/plugins/libraryPlugin.js",
Expand Down

0 comments on commit a7af207

Please sign in to comment.