From 9b701b5b7191e04a44d606053420af67e523b645 Mon Sep 17 00:00:00 2001 From: Dayne Broderson Date: Sun, 5 Sep 2021 11:21:19 -0800 Subject: [PATCH] v0.1.7 --- CHANGELOG.md | 4 ++++ README.md | 2 ++ package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d11b82..69d5fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.7] - 2021-09-04 - eslint delinter to fix javascript styling in code. Using Github standard. +- [@Sineos](https://github.com/Sineos) added new options: Flex Getter, Expert, + and Toggle duplicate messages. ## [0.1.6] - 2020-08-18 - [@deisterhold](https://github.com/deisterhold) added device selection configuration diff --git a/README.md b/README.md index 0c11c23..a9bf2e6 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,5 @@ This node is derived from the [`node-red-daemon`](https://github.com/node-red/no * [@Id405](https://github.com/Id405) de-duplicate chirp code. * [@deisterhold](https://github.com/deisterhold) added allow specification of specific device option. + [@Sineos](https://github.com/Sineos) added additional options Flex Getting, + Expert, and Toggle duplicate messages. diff --git a/package.json b/package.json index df3c291..0167649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-rtl_433", - "version": "0.1.6", + "version": "0.1.7", "description": "RTL_433 nodeRED node outputs message payloads from the rtl_433 tool.", "main": "rtl_433/rtl_433.js", "scripts": {