Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jan 12, 2024
1 parent 48f865f commit 1631297
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ A similar setup also [exists for Node Red](https://github.com/SignalK/signalk-no
This package supplies a set of NoFlo components for interacting with the [Signal K Server API](https://github.com/SignalK/signalk-server/blob/master/SERVERPLUGINS.md#server-api-for-plugins). For other logic you can either [write your own components](https://noflojs.org/documentation/components/) or install any of the dozens of [NoFlo component libraries](https://www.npmjs.com/search?q=keywords:noflo) available.

Status: early stages

## Changes

* 0.2.0 (2023-01-12)
- Fixed main graph detection
- Now using the community version of NoFlo UI
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noflo-signalk",
"version": "0.1.0",
"version": "0.2.0",
"description": "Signal K automation with the NoFlo visual programming framework",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1631297

Please sign in to comment.