Skip to content

Commit a1fcc4b

Browse files
authored
Merge pull request #271 from FlowFuse/release-2.7.0
Release 2.7.0
2 parents 086b7f8 + f5456cd commit a1fcc4b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### 2.7.0: Release
2+
3+
- Bump dependencies in preparation for release 2.7.0 (#270) @Steve-Mcl
4+
- Wrap unguarded HTTP requests in try/catch (#267) @hardillb
5+
- nr-launcher was not catching console.error output (#269) @hardillb
6+
- Bump tibdex/github-app-token from 1 to 2 (#236) @app/dependabot
7+
- Bump ws from 7.5.9 to 8.18.0 (#265) @app/dependabot
8+
- Bump ws from 8.14.1 to 8.17.1 (#251) @app/dependabot
9+
- Add support for UIBuilder using storage (#263) @hardillb
10+
- Update release-publish to nodejs 18 (#264) @hardillb
11+
- Bump JS-DevTools/npm-publish from 2 to 3 (#234) @app/dependabot
12+
113
#### 2.6.0: Release
214

315
- Set CWD to storage dir (#250) @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.6.0",
3+
"version": "2.7.0",
44
"description": "FlowFuse Launcher for running Node-RED",
55
"exports": {
66
"./auditLogger": "./lib/auditLogger/index.js",

0 commit comments

Comments
 (0)