2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-30 05:48:00 +00:00

pkg: Bump minor version (v0.28.0 -> v0.29.0)

See `CHANGELOG.md`.
This commit is contained in:
GochoMugo 2017-10-22 19:36:08 +03:00
parent 1475881a37
commit 7f41992e62
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
3 changed files with 12 additions and 3 deletions

View File

@ -5,12 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][Unreleased]
* * *
## [0.29.0][0.29.0] - 2017-10-22
Added:
1. Add Bot API v3.2 methods:
* (#429) *TelegramBot#getStickerSet* (by @CapacitorSet, @LibertyLocked)
* (#430) *TelegramBot#uploadStickerFile* (by @CapacitorSet)
* *TelegramBot#createNewStickerSet*, *TelegramBot#addStickerToSet*, *TelegramBot#setStickerPositionInSet*, *TelegramBot#deleteStickerFromSet* (by @GochoMugo)
1. Supports API v3.3
Deprecated:
@ -160,4 +168,5 @@ Fixed:
[0.27.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.27.0
[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
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.27.1...master
[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

View File

@ -1,6 +1,6 @@
# Node.js Telegram Bot API
[![Bot API](https://img.shields.io/badge/Bot%20API-v.3.1.0-00aced.svg)](https://core.telegram.org/bots/api)
[![Bot API](https://img.shields.io/badge/Bot%20API-v.3.3.0-00aced.svg)](https://core.telegram.org/bots/api)
[![Build Status](https://travis-ci.org/yagop/node-telegram-bot-api.svg?branch=master)](https://travis-ci.org/yagop/node-telegram-bot-api)
[![Build status](https://ci.appveyor.com/api/projects/status/ujko6bsum3g5msjh/branch/master?svg=true)](https://ci.appveyor.com/project/yagop/node-telegram-bot-api/branch/master)
[![Coverage Status](https://coveralls.io/repos/yagop/node-telegram-bot-api/badge.svg?branch=master)](https://coveralls.io/r/yagop/node-telegram-bot-api?branch=master)

View File

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