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.12.0 #314

Merged
merged 2 commits into from
Dec 19, 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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 2.12.0: Release

- Bump flowfuse/github-actions-workflows from 0.37.0 to 0.38.0 (#305)
- Update nr-file-nodes (#313) @hardillb
- Add Dashboard v2 max upload size (#310) @hardillb
- include crash detail in audit log transmission (#312) @Steve-Mcl
- Add "disable auto safe mode" option (#309) @Steve-Mcl
- Ensure restart on done only a running NR instance (#304) @hardillb
- Bump express version (#307) @hardillb
- Allow Dashboards to be loaded in an iFrame (#306) @hardillb
- Add user to flow storage (#287) @hardillb

#### 2.11.0: Release

- Bump flowfuse/github-actions-workflows from 0.36.0 to 0.37.0 (#301)
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.11.0",
"version": "2.12.0",
"description": "FlowFuse Launcher for running Node-RED",
"exports": {
"./auditLogger": "./lib/auditLogger/index.js",
Expand Down
Loading