2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-22 09:57:10 +00:00

release: v0.30.0

This commit is contained in:
GochoMugo 2017-12-21 14:32:33 +03:00
parent 1169f8e430
commit 119d892c34
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
2 changed files with 9 additions and 2 deletions

View File

@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][Unreleased]
* * *
## [0.30.0][0.30.0] - 2017-12-21
Added:
1. Support Bot API v3.5: (by @GochoMugo)
@ -203,4 +209,5 @@ Fixed:
[0.27.1]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.27.1
[0.28.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.28.0
[0.29.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.29.0
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.29.0...master
[0.30.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.30.0
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.30.0...master

View File

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