diff --git a/CHANGELOG.md b/CHANGELOG.md index 224fed3..d21ccb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +#### 3.0.2: Release + + - Apply custom message in login dialog on direct access (#332) @knolleary + - Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#331) @app/dependabot + - Send nr version (#327) @hardillb + - Bump docker/build-push-action from 6.9.0 to 6.10.0 (#330) @app/dependabot + #### 3.0.1: Release - Pass through teamBroker feature flag to project nodes (#328) @knolleary diff --git a/package-lock.json b/package-lock.json index a2b964a..3942504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flowfuse/device-agent", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flowfuse/device-agent", - "version": "3.0.1", + "version": "3.0.2", "license": "Apache-2.0", "dependencies": { "@flowfuse/nr-theme": "^1.8.0", diff --git a/package.json b/package.json index a8a5937..b67939b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/device-agent", - "version": "3.0.1", + "version": "3.0.2", "description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform", "exports": { "./libraryPlugin": "./lib/plugins/libraryPlugin.js",