diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a1274..159890b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### 2.0.0: Release + + - Bump min NodeJS version to 18.x (#98) @hardillb + #### 1.15.0: Release - Rename to FlowFuse (#94) @hardillb diff --git a/app/package.json b/app/package.json index 1bd8bed..d30f56d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/flowfuse-localfs", - "version": "1.15.0", + "version": "2.0.0", "description": "FlowFuse Local Install", "private": true, "bugs": { @@ -11,8 +11,8 @@ }, "license": "SEE LICENSE IN ../LICENSE", "dependencies": { - "@flowfuse/flowfuse": "^1.15.0", - "@flowfuse/file-server": "^1.15.0" + "@flowfuse/flowfuse": "^2.0.0", + "@flowfuse/file-server": "^2.0.0" }, "engines": { "node": ">=18.x"