Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.9.0 #290

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### 2.9.0: Release

- Bump flowfuse/github-actions-workflows from 0.29.0 to 0.30.0 (#289) @dependabot
- intercept logout click and emit logout event when editor is embedded (#288) @cstns
- Ensure auth middleware applied on httpStatic routes (#286) @knolleary
- Bump express to 4.21.0 to pick dependencies (#283) @hardillb
- Bump flowfuse/github-actions-workflows from 0.28.0 to 0.29.0 (#282) @dependabot
- Bump flowfuse/github-actions-workflows from 0.19.0 to 0.28.0 (#281) @dependabot

#### 2.8.0: Release

- Update Project Nodes and File nodes (#279) @hardillb
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-launcher",
"version": "2.8.0",
"version": "2.9.0",
"description": "FlowFuse Launcher for running Node-RED",
"exports": {
"./auditLogger": "./lib/auditLogger/index.js",
Expand Down