Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dayne committed Sep 5, 2021
1 parent 2fd08af commit 9b701b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9b701b5

Please sign in to comment.