Skip to content

Commit

Permalink
pkg: Bump minor version (v0.28.0 -> v0.29.0)
Browse files Browse the repository at this point in the history
See `CHANGELOG.md`.
  • Loading branch information
GochoMugo committed Oct 22, 2017
1 parent 1475881 commit 7f41992
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7f41992

Please sign in to comment.