Skip to content

Commit

Permalink
## [0.5.2]
Browse files Browse the repository at this point in the history
### allowed node-red 1.3.7 and nodejs 12.0.0
  • Loading branch information
windka committed Feb 3, 2022
1 parent 1b1d671 commit 9d5bdbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.5.2]
### allowed node-red 1.3.7 and nodejs 12.0.0

## [0.5.2]
### allowed node-red 1.0 and nodejs 10.0

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "node-red-contrib-grohe-sense",
"version": "0.5.2",
"version": "0.5.3",
"description": "Grohe sense nodes via ondus API.",
"node-red": {
"version": ">=1.0.0",
"version": ">=1.3.7",
"nodes": {
"grohe": "grohe/99-grohe.js"
}
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"keywords": [
"node-red",
Expand Down

0 comments on commit 9d5bdbb

Please sign in to comment.