release: v0.30.0

release v0.30.0
GochoMugo 8 years ago
parent 1169f8e430
commit 119d892c34
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
  1. 9
      CHANGELOG.md
  2. 2
      package.json

@ -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

@ -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": {

Loading…
Cancel
Save