mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-30 13:58:27 +00:00
pkg: Bump minor version
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased][Unreleased]
|
||||
|
||||
|
||||
|
||||
* * *
|
||||
|
||||
## [0.26.0][0.26.0] - 2016-01-20
|
||||
|
||||
Added:
|
||||
|
||||
1. Add *TelegramBot* constructor options:
|
||||
@@ -35,8 +41,8 @@ Fixed:
|
||||
1. Handle error during formatting `formData`
|
||||
1. Fix ES6 syntax
|
||||
|
||||
*Credits: Unless explicitly stated otherwise, above work was done by
|
||||
@GochoMugo*
|
||||
*Credits/Blames: Unless explicitly stated otherwise, above work was
|
||||
done by @GochoMugo*
|
||||
|
||||
* * *
|
||||
|
||||
@@ -60,4 +66,5 @@ Fixed:
|
||||
|
||||
|
||||
[0.25.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.25.0
|
||||
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.25.0...master
|
||||
[0.26.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.26.0
|
||||
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.26.0...master
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-telegram-bot-api",
|
||||
"version": "0.25.0",
|
||||
"version": "0.26.0",
|
||||
"description": "Telegram Bot API",
|
||||
"main": "./index.js",
|
||||
"directories": {
|
||||
|
Reference in New Issue
Block a user