From 1631297d14463c3c996577ab977f677338382bbc Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Fri, 12 Jan 2024 22:26:16 +0100 Subject: [PATCH] Release 0.2.0 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00d8390..6c0c903 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 117eaa7..cf2c04c 100644 --- a/package.json +++ b/package.json @@ -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": {