Skip to content

Commit b6fbf90

Browse files
authored
Merge pull request #162 from FlowFuse/release-2.12.0
Release 2.12.0
2 parents 660f2a7 + 780f1ca commit b6fbf90

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 2.12.0: Release
2+
3+
- Bump flowfuse/github-actions-workflows from 0.37.0 to 0.38.0 (#160)
4+
- Bump path-to-regexp and express (#161) @app/dependabot
5+
16
#### 2.11.0: Release
27

38
- Bump flowfuse/github-actions-workflows from 0.36.0 to 0.37.0 (#158)

package-lock.json

+19-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/driver-localfs",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "Local Filesystem FlowFuse Project driver",
55
"main": "localfs.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@flowfuse/nr-launcher": "^2.11.0",
24+
"@flowfuse/nr-launcher": "^2.12.0",
2525
"form-data": "^4.0.0",
2626
"got": "^11.8.5",
2727
"semver": "^7.3.8"

0 commit comments

Comments
 (0)