Skip to content

Commit

Permalink
Merge pull request #249 from FlowFuse/rel232
Browse files Browse the repository at this point in the history
Bump for 2.3.2 release
  • Loading branch information
Steve-Mcl authored Mar 28, 2024
2 parents d9dad46 + e2b0fd4 commit 120b505
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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",
Expand Down

0 comments on commit 120b505

Please sign in to comment.