Skip to content

Commit a333efa

Browse files
authored
Merge pull request #290 from FlowFuse/release-2.9.0
Release 2.9.0
2 parents 8810adc + 7764cd2 commit a333efa

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### 2.9.0: Release
2+
3+
- Bump flowfuse/github-actions-workflows from 0.29.0 to 0.30.0 (#289) @dependabot
4+
- intercept logout click and emit logout event when editor is embedded (#288) @cstns
5+
- Ensure auth middleware applied on httpStatic routes (#286) @knolleary
6+
- Bump express to 4.21.0 to pick dependencies (#283) @hardillb
7+
- Bump flowfuse/github-actions-workflows from 0.28.0 to 0.29.0 (#282) @dependabot
8+
- Bump flowfuse/github-actions-workflows from 0.19.0 to 0.28.0 (#281) @dependabot
9+
110
#### 2.8.0: Release
211

312
- Update Project Nodes and File nodes (#279) @hardillb

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.8.0",
3+
"version": "2.9.0",
44
"description": "FlowFuse Launcher for running Node-RED",
55
"exports": {
66
"./auditLogger": "./lib/auditLogger/index.js",

0 commit comments

Comments
 (0)