Skip to content

Commit

Permalink
Merge pull request #242 from FlowFuse/release-2.5.0
Browse files Browse the repository at this point in the history
Release 2.5.0
  • Loading branch information
hardillb authored Jun 6, 2024
2 parents b566ffa + aaf488c commit 5e16aa8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 2.5.0: Release

- Fix settings file (#241) @knolleary
- Add CSP headers (#230) @cstns
- Fix auth handling when editor moved from default path (#240) @knolleary
- Bump actions/setup-node from 1 to 4 (#238) @app/dependabot
- Bump actions/checkout from 1 to 4 (#235) @app/dependabot
- Enable dependabot for github actions (#233) @ppawlowski
- Make the oauth callback URL relative (#232) @hardillb

#### 2.4.0: Release

- User defined health check interval (#228) @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-launcher",
"version": "2.4.0",
"version": "2.5.0",
"description": "FlowFuse Launcher for running Node-RED",
"exports": {
"./auditLogger": "./lib/auditLogger/index.js",
Expand Down

0 comments on commit 5e16aa8

Please sign in to comment.