diff --git a/CHANGELOG.md b/CHANGELOG.md index faba048..64a8281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### 2.28.1: Release + + - Bump softprops/action-gh-release from 2.5.0 to 2.6.1 (#165) + #### 2.28.0: Release diff --git a/app/package.json b/app/package.json index b36a345..81624d3 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/flowfuse-localfs", - "version": "2.28.0", + "version": "2.28.1", "description": "FlowFuse Local Install", "private": true, "bugs": { @@ -11,8 +11,8 @@ }, "license": "SEE LICENSE IN ../LICENSE", "dependencies": { - "@flowfuse/flowfuse": "^2.28.0", - "@flowfuse/file-server": "^2.28.0" + "@flowfuse/flowfuse": "^2.28.1", + "@flowfuse/file-server": "^2.28.1" }, "engines": { "node": ">=18.x"