From c8b9b14d33ab91b3ae8e208afe56531c9f976594 Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Thu, 27 Apr 2023 11:42:06 +0200 Subject: [PATCH] Release 1.2.0 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78ad6c2..ecff74f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The plugin monitors vessel `navigation.state` as set by the [signalk-autostate]( ## Changes +* 1.2.0 (April 27th 2023) + - Added support for populating `navigation.log` for totals * 1.1.1 (February 28th 2023) - Fix issue when `navigation.position` doesn't contain coordinates * 1.1.0 (March 4th 2022) diff --git a/package.json b/package.json index b943b3a..b24bed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meri-imperiumi/signalk-triplogger", - "version": "1.1.1", + "version": "1.2.0", "description": "Log the length of the current trip", "main": "index.js", "scripts": {