We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a5afc commit de52d4eCopy full SHA for de52d4e
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+#### 2.31.2: Release
2
+
3
4
#### 2.31.0: Release
5
6
- ci: enable dependabot cooldown (#173) @ppawlowski
app/package.json
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/flowfuse-localfs",
- "version": "2.31.0",
+ "version": "2.31.2",
"description": "FlowFuse Local Install",
"private": true,
"bugs": {
@@ -11,8 +11,8 @@
11
},
12
"license": "SEE LICENSE IN ../LICENSE",
13
"dependencies": {
14
- "@flowfuse/flowfuse": "^2.31.0",
15
- "@flowfuse/file-server": "^2.31.0"
+ "@flowfuse/flowfuse": "^2.31.2",
+ "@flowfuse/file-server": "^2.31.2"
16
17
"engines": {
18
"node": ">=18.x"
0 commit comments