Skip to content

Commit

Permalink
Bump for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Feb 28, 2024
1 parent b0cbfa2 commit e085447
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 2.1.1: Release

- Update nr-launcher to 2.1.1 @knolleary

#### 2.1.0: Release

- A log passthrough support (#114) @hardillb
Expand Down
220 changes: 211 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/driver-localfs",
"version": "2.1.0",
"version": "2.1.1",
"description": "Local Filesystem FlowFuse Project driver",
"main": "localfs.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@flowfuse/nr-launcher": "^2.1.0",
"@flowfuse/nr-launcher": "^2.1.1",
"got": "^11.8.5",
"semver": "^7.3.8"
},
Expand Down

0 comments on commit e085447

Please sign in to comment.