Skip to content

Commit

Permalink
changed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
windka committed Feb 3, 2022
1 parent a9a76e3 commit 3ca6ab3
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.2] - 2022-02-03
### allowed node-red 1.0 and nodejs 10.0

# [11.2.1] - 2022-02-01
### added missing node red tags

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

0 comments on commit 3ca6ab3

Please sign in to comment.