Skip to content

Commit

Permalink
Merge branch 'release/V5.21.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Feb 15, 2022
2 parents c9b20d9 + c1d6304 commit 090bb69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"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": {
"@xstate/fsm": "~1.6.4",
"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": [
Expand Down

0 comments on commit 090bb69

Please sign in to comment.