Skip to content

Commit

Permalink
### allowed node-red 1.3.7 and nodejs 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
windka committed Feb 3, 2022
1 parent 3ca6ab3 commit 7851c5f
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.

# [11.2.3] - 2022-02-03
### allowed node-red 1.3.7 and nodejs 12.0.0

# [11.2.2] - 2022-02-03
### 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,6 +1,6 @@
{
"name": "node-red-contrib-telegrambot",
"version": "11.2.2",
"version": "11.2.3",
"description": "Telegram bot nodes for Node-RED",
"dependencies": {
"bluebird": "^3.5.1",
Expand All @@ -17,13 +17,13 @@
}
},
"node-red": {
"version": ">=1.0.0",
"version": ">=1.3.7",
"nodes": {
"telegrambot": "telegrambot/99-telegrambot.js"
}
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"keywords": [
"node-red",
Expand Down

0 comments on commit 7851c5f

Please sign in to comment.