Skip to content

Commit 4e03127

Browse files
authored
Merge pull request #280 from FlowFuse/release-2.8.0
Release 2.8.0
2 parents d3425c8 + 754b4c7 commit 4e03127

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 2.8.0: Release
2+
3+
- Update Project Nodes and File nodes (#279) @hardillb
4+
- First pass at file api (#275) @hardillb
5+
- Fix HealthCheck errors when editor disabled (#277) @hardillb
6+
- Fix flushInterval in context module (#272) @knolleary
7+
18
#### 2.7.0: Release
29

310
- Bump dependencies in preparation for release 2.7.0 (#270) @Steve-Mcl

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/nr-launcher",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "FlowFuse Launcher for running Node-RED",
55
"exports": {
66
"./auditLogger": "./lib/auditLogger/index.js",

0 commit comments

Comments
 (0)