2
0
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:
Mohammed Sohail 2019-10-15 15:33:30 +05:30 committed by GitHub
parent 0613a1bb08
commit 690c26faa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View File

@ -3,13 +3,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][Unreleased]
## [0.40.0][0.40.0] - 2019-10-15
Added:
1. Support Bot API v4.2: (by @kamikazechaser)
* Add methods: *TelegramBot#sendPoll()*, *TelegramBot#stopPoll()*
* Support events: *poll*
1. Support Bot API v4.0: (by @kamikazechaser)
* Add methods: *TelegramBot#editMessageMedia()*, *TelegramBot#sendAnimation()*
* Support new message types: *passport_data*, *animation*
* * *

View File

@ -1,6 +1,6 @@
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
of this software and associated documentation files (the "Software"), to deal

View File

@ -87,7 +87,7 @@ Some things built using this library that might interest you:
**The MIT License (MIT)**
Copyright © 2018 Yago
Copyright © 2019 Yago
[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

View File

@ -1,6 +1,6 @@
{
"name": "node-telegram-bot-api",
"version": "0.30.0",
"version": "0.40.0",
"description": "Telegram Bot API",
"main": "./index.js",
"directories": {