Skip to content

Commit

Permalink
Merge pull request #217 from FlowFuse/1.15.0-release
Browse files Browse the repository at this point in the history
Bump version for 1.15.0
  • Loading branch information
knolleary authored Dec 21, 2023
2 parents 085927b + 300e917 commit be492a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.15.0: Release

- Fix Docker path to the config file (#215) @robmarcer
- Protect against unhandled exceptions (#212) @Steve-Mcl

#### 1.14.0: Release

- Move to @flowfuse/nr-theme (#210) @knolleary
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/device-agent",
"version": "1.14.0",
"version": "1.15.0",
"description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform",
"exports": {
"./libraryPlugin": "./lib/plugins/libraryPlugin.js"
Expand Down

0 comments on commit be492a7

Please sign in to comment.