mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-22 09:57:10 +00:00
[Package] Bump to v.0.40.0 (#752)
* doc: update changelog - support for v4. to v4.2 * doc: update license date to 2019 * pkg: bump npm package to 0.40.0
This commit is contained in:
parent
0613a1bb08
commit
690c26faa2
@ -3,13 +3,16 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased][Unreleased]
|
## [0.40.0][0.40.0] - 2019-10-15
|
||||||
|
|
||||||
Added:
|
Added:
|
||||||
|
|
||||||
1. Support Bot API v4.2: (by @kamikazechaser)
|
1. Support Bot API v4.2: (by @kamikazechaser)
|
||||||
* Add methods: *TelegramBot#sendPoll()*, *TelegramBot#stopPoll()*
|
* Add methods: *TelegramBot#sendPoll()*, *TelegramBot#stopPoll()*
|
||||||
* Support events: *poll*
|
* Support events: *poll*
|
||||||
|
1. Support Bot API v4.0: (by @kamikazechaser)
|
||||||
|
* Add methods: *TelegramBot#editMessageMedia()*, *TelegramBot#sendAnimation()*
|
||||||
|
* Support new message types: *passport_data*, *animation*
|
||||||
|
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2018 Yago
|
Copyright (c) 2019 Yago
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -87,7 +87,7 @@ Some things built using this library that might interest you:
|
|||||||
|
|
||||||
**The MIT License (MIT)**
|
**The MIT License (MIT)**
|
||||||
|
|
||||||
Copyright © 2018 Yago
|
Copyright © 2019 Yago
|
||||||
|
|
||||||
[usage]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md
|
[usage]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md
|
||||||
[examples]:https://github.com/yagop/node-telegram-bot-api/tree/master/examples
|
[examples]:https://github.com/yagop/node-telegram-bot-api/tree/master/examples
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-telegram-bot-api",
|
"name": "node-telegram-bot-api",
|
||||||
"version": "0.30.0",
|
"version": "0.40.0",
|
||||||
"description": "Telegram Bot API",
|
"description": "Telegram Bot API",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user