Skip to content

Commit

Permalink
Merge pull request #156 from flowforge/1.10.0-release
Browse files Browse the repository at this point in the history
Bump to 1.10.0
  • Loading branch information
joepavitt authored Aug 3, 2023
2 parents 31edc55 + 3f3565c commit 30135e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.10.0: Release

- Use local TZ env var else use timeZone from settings (#155) @hardillb
- Adds FF library plugin (#141) @Steve-Mcl

#### 1.9.6: Release

- Allow use of private CA for HTTPS certs (#150) @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": "@flowforge/flowforge-device-agent",
"version": "1.9.6",
"version": "1.10.0",
"description": "An Edge Agent for running Node-RED instances deployed from the FlowForge Platform",
"exports": {
"./libraryPlugin": "./lib/plugins/libraryPlugin.js"
Expand Down

0 comments on commit 30135e7

Please sign in to comment.