-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new method setChatAdministratorCustomTitle; bumped to 4.5
- Loading branch information
1 parent
2d84080
commit 4243ed8
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
language: node_js | ||
node_js: | ||
- "13.8.0" | ||
- "12.9.1" | ||
- "10.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "slimbot", | ||
"version": "4.4.1", | ||
"version": "4.5.0", | ||
"description": "Simple and minimal Telegram Bot API for Node.js. No frills.", | ||
"author": "Edison Chee <[email protected]>", | ||
"repository": { | ||
|
@@ -16,7 +16,7 @@ | |
"nodejs" | ||
], | ||
"engines": { | ||
"node": "^12.9.1" | ||
"node": "^13.8.0" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters