From c1d6304eb673f2caf567cdbeda2cc3fbc1dc95c0 Mon Sep 17 00:00:00 2001 From: Klaus Landsdorf Date: Tue, 15 Feb 2022 15:34:20 +0100 Subject: [PATCH] chore: V5.21.3 line-by-line not optional --- CHANGELOG.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5401f3e9..d98a2cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [5.21.1](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.15.0...v5.21.1) (2022-02-15) +## [5.21.2](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.15.0...v5.21.2) (2022-02-15) ### Bug Fixes @@ -8,6 +8,7 @@ * [#277](https://github.com/biancoroyal/node-red-contrib-modbus/issues/277), [#253](https://github.com/biancoroyal/node-red-contrib-modbus/issues/253), [#263](https://github.com/biancoroyal/node-red-contrib-modbus/issues/263), [#266](https://github.com/biancoroyal/node-red-contrib-modbus/issues/266) ([920d6d0](https://github.com/biancoroyal/node-red-contrib-modbus/commit/920d6d0e089e27e21fa92b4b6a313a66dad6452b)) * ghactions ([ee04b3a](https://github.com/biancoroyal/node-red-contrib-modbus/commit/ee04b3a5e21c6727e16a0bad0dc50d637b2ccbc1)) * lock ([6fce00e](https://github.com/biancoroyal/node-red-contrib-modbus/commit/6fce00eb10ef62d5eca84e51040f138e9dbbb5f1)) +* python 3.9 for travis ([2afdb63](https://github.com/biancoroyal/node-red-contrib-modbus/commit/2afdb63e3b2c384327d6044e40f8d4f519ccedcc)) * remove wire to none existing node of example code ([be770c4](https://github.com/biancoroyal/node-red-contrib-modbus/commit/be770c4ed8f36ccaeb2a5f614e569a25965fb17f)) * source-map not optional ([7adac0b](https://github.com/biancoroyal/node-red-contrib-modbus/commit/7adac0b318b067c307a1d9e285dd9237608da659)) * travis ([d34f5a8](https://github.com/biancoroyal/node-red-contrib-modbus/commit/d34f5a81e9d55cb2a3ffb482641bb48832645e1a)) diff --git a/package.json b/package.json index 2947ca60..4f6262e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-modbus", - "version": "5.21.1", + "version": "5.21.2", "private": false, "description": "The all in one Modbus TCP and Serial contribution package for Node-RED.", "dependencies": { @@ -8,13 +8,13 @@ "bson": "~4.6.1", "debug": "~4.3.2", "jsmodbus": "~4.0.6", + "line-by-line": "~0.1.6", "modbus-serial": "~8.0.5", "source-map-support": "~0.5.20", "vm2": "~3.9.5" }, "optionalDependencies": { "@serialport/list": "^9.0.0", - "line-by-line": "~0.1.6", "serialport": "^9.0.0" }, "keywords": [