2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 12:57:38 +00:00

pkg: Bump minor version (0.27.1 -> 0.28.0)

This commit is contained in:
GochoMugo 2017-08-15 09:26:03 +03:00
parent 4bb1374435
commit 580afc92c1
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
2 changed files with 8 additions and 1 deletions

View File

@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][Unreleased]
* * *
## [0.28.0][0.28.0] - 2017-08-06
Added:
1. (#361) Support Bot API v3.1 (by @Lord-Protector, @kamikazechaser)

View File

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