Skip to content

Commit

Permalink
Merge pull request #231 from FlowFuse/release-2.4.0
Browse files Browse the repository at this point in the history
Release 2.4.0
  • Loading branch information
hardillb committed May 9, 2024
2 parents 64d2704 + a7b8fc0 commit d1519b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 2.4.0: Release

- User defined health check interval (#228) @Steve-Mcl
- Replace url paths that were pointing to deprecated FF endpoints (#229) @cstns
- Allow the parent window to configure and manage navigation requests (#224) @cstns
- Add shell option to npm spawn command (#226) @knolleary

#### 2.3.0: Release


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/nr-launcher",
"version": "2.3.0",
"version": "2.4.0",
"description": "FlowFuse Launcher for running Node-RED",
"exports": {
"./auditLogger": "./lib/auditLogger/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
"mocha": "^10.2.0",
"sass": "1.66.1",
"should": "^13.2.3",
"sinon" : "^17.0.1",
"sinon": "^17.0.1",
"sqlite3": "^5.1.6",
"yaml": "^2.1.3"
}
Expand Down

0 comments on commit d1519b3

Please sign in to comment.