Skip to content

Commit 7f41992

Browse files
committed
pkg: Bump minor version (v0.28.0 -> v0.29.0)
See `CHANGELOG.md`.
1 parent 1475881 commit 7f41992

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][Unreleased]
77

8+
9+
10+
11+
* * *
12+
13+
## [0.29.0][0.29.0] - 2017-10-22
14+
815
Added:
916

1017
1. Add Bot API v3.2 methods:
1118
* (#429) *TelegramBot#getStickerSet* (by @CapacitorSet, @LibertyLocked)
1219
* (#430) *TelegramBot#uploadStickerFile* (by @CapacitorSet)
1320
* *TelegramBot#createNewStickerSet*, *TelegramBot#addStickerToSet*, *TelegramBot#setStickerPositionInSet*, *TelegramBot#deleteStickerFromSet* (by @GochoMugo)
21+
1. Supports API v3.3
1422

1523
Deprecated:
1624

@@ -160,4 +168,5 @@ Fixed:
160168
[0.27.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.27.0
161169
[0.27.1]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.27.1
162170
[0.28.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.28.0
163-
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.27.1...master
171+
[0.29.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.29.0
172+
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.29.0...master

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Node.js Telegram Bot API
22

3-
[![Bot API](https://img.shields.io/badge/Bot%20API-v.3.1.0-00aced.svg)](https://core.telegram.org/bots/api)
3+
[![Bot API](https://img.shields.io/badge/Bot%20API-v.3.3.0-00aced.svg)](https://core.telegram.org/bots/api)
44
[![Build Status](https://travis-ci.org/yagop/node-telegram-bot-api.svg?branch=master)](https://travis-ci.org/yagop/node-telegram-bot-api)
55
[![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)
66
[![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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-telegram-bot-api",
3-
"version": "0.28.0",
3+
"version": "0.29.0",
44
"description": "Telegram Bot API",
55
"main": "./index.js",
66
"directories": {

0 commit comments

Comments
 (0)