Skip to content

Commit

Permalink
Merge pull request #133 from flowforge/v193
Browse files Browse the repository at this point in the history
Update for 1.9.3 release
  • Loading branch information
hardillb authored Jul 5, 2023
2 parents dc29211 + 1ff12fa commit c8a8354
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
#### 1.9.3: Release

- Ensure device gets FF theming (#107) @Steve-Mcl
- Improve logs around Developer mode and pull snapshot if local device has changed (#128) @Steve-Mcl
- Fix starting agent in dev mode without existing snapshot locally (#131) @knolleary
- Add build tools to build npm deps (#122) @hardillb
- Ensure agent runs on Node 14 (#130) @knolleary
- Ensure buffered agent messages have the properly formatted ts prop (#129) @knolleary
- doc fix: s/yaml/yml/ (#127) @ZJvandeWeg
- Update device agent docs around windows support (#119) @Steve-Mcl
- Add package-lock.json (#121) @Pezmc
- Build for all platforms (#118) @hardillb

#### 1.9.2: Release

- Fix broken build script @hardillb

#### 1.9.0: Release

Note: the version number jump to 1.9.0 has been done to bring the numbering
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": "@flowforge/flowforge-device-agent",
"version": "1.9.2",
"version": "1.9.3",
"description": "An Edge Agent for running Node-RED instances deployed from the FlowForge Platform",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit c8a8354

Please sign in to comment.