Skip to content

Commit

Permalink
Merge pull request #112 from FlowFuse/release-2.5.0
Browse files Browse the repository at this point in the history
Release 2.5.0
  • Loading branch information
hardillb authored Jun 6, 2024
2 parents 2c5cd47 + 686f507 commit 9efc7b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 2.5.0: Release

- Bump default installed NodeJS version (#111) @hardillb
- Bump softprops/action-gh-release from 1 to 2 (#109) @app/dependabot
- Bump actions/checkout from 3 to 4 (#110) @app/dependabot
- Enable dependabot for github actions (#106) @ppawlowski
- Create flowfuse-installer.zip (#108) @hardillb

#### 2.4.0: Release

- Fix user creation (#104) @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": "2.4.0",
"version": "2.5.0",
"description": "FlowFuse Local Install",
"private": true,
"bugs": {
Expand All @@ -11,8 +11,8 @@
},
"license": "SEE LICENSE IN ../LICENSE",
"dependencies": {
"@flowfuse/flowfuse": "^2.4.0",
"@flowfuse/file-server": "^2.4.0"
"@flowfuse/flowfuse": "^2.5.0",
"@flowfuse/file-server": "^2.5.0"
},
"engines": {
"node": ">=18.x"
Expand Down

0 comments on commit 9efc7b6

Please sign in to comment.