Skip to content

Commit

Permalink
Merge pull request #99 from FlowFuse/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
hardillb authored Jan 18, 2024
2 parents 1fa031f + 15068c4 commit 5a21ee5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/flowfuse-localfs",
"version": "1.15.0",
"version": "2.0.0",
"description": "FlowFuse Local Install",
"private": true,
"bugs": {
Expand All @@ -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"
Expand Down

0 comments on commit 5a21ee5

Please sign in to comment.