Skip to content

Commit

Permalink
bump for 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mcl committed Oct 24, 2024
1 parent 852320f commit d2b9ff5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#### 2.10.0: Release

- Update mqttjs to latest (#322) @Steve-Mcl
- Add support for picking up `httpNodeAuth` from device yaml (#320) @Steve-Mcl
- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#319) @dependabot
- Bump docker/build-push-action from 6.7.0 to 6.9.0 (#318) @dependabot
- Upgrade to latest MQTT.js (#306) @hardillb
- Bump minimum nodejs version (#316) @hardillb
- Randomise reconnect timing (#315) @Steve-Mcl
- Use port from config file (#313) @hardillb
- Bump docker/build-push-action from 4.0.0 to 6.7.0 (#307) @dependabot
- Bump docker/setup-buildx-action from 2.6.0 to 3.6.1 (#301) @dependabot
- Bump docker/login-action from 3.2.0 to 3.3.0 (#297) @dependabot
- Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#295) @dependabot

#### 2.8.0: Release

- Audit log crashes (#310) @Steve-Mcl
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": "2.8.0",
"version": "2.10.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 d2b9ff5

Please sign in to comment.