From e2b0fd4bb4780ced3e1296ba47bcc5afacafba09 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 28 Mar 2024 10:43:32 +0000 Subject: [PATCH] Bump for 2.3.2 release --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c3177..79aa83b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 2.3.2: Release + + - Remove Object.hasOwn (#248) @knolleary + - Add nodejs 18 & 20 to test runners (#247) @hardillb + - Respect shared-library and projectComms feature flags (#244) @Steve-Mcl + #### 2.3.1: Release - Fix CORS handling (#242) @hardillb diff --git a/package-lock.json b/package-lock.json index 339f640..f21b265 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flowfuse/device-agent", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flowfuse/device-agent", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "dependencies": { "@flowfuse/nr-theme": "^1.8.0", diff --git a/package.json b/package.json index 7e361a0..0ef9a85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/device-agent", - "version": "2.3.1", + "version": "2.3.2", "description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform", "exports": { "./libraryPlugin": "./lib/plugins/libraryPlugin.js",