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

pkg: Bump minor version

This commit is contained in:
GochoMugo
2017-01-20 10:01:11 +03:00
parent 885f895da3
commit 54212daa50
2 changed files with 12 additions and 5 deletions

View File

@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][Unreleased] ## [Unreleased][Unreleased]
* * *
## [0.26.0][0.26.0] - 2016-01-20
Added: Added:
1. Add *TelegramBot* constructor options: 1. Add *TelegramBot* constructor options:
@@ -35,8 +41,8 @@ Fixed:
1. Handle error during formatting `formData` 1. Handle error during formatting `formData`
1. Fix ES6 syntax 1. Fix ES6 syntax
*Credits: Unless explicitly stated otherwise, above work was done by *Credits/Blames: Unless explicitly stated otherwise, above work was
@GochoMugo* done by @GochoMugo*
* * * * * *
@@ -60,4 +66,5 @@ Fixed:
[0.25.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.25.0 [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

View File

@@ -1,6 +1,6 @@
{ {
"name": "node-telegram-bot-api", "name": "node-telegram-bot-api",
"version": "0.25.0", "version": "0.26.0",
"description": "Telegram Bot API", "description": "Telegram Bot API",
"main": "./index.js", "main": "./index.js",
"directories": { "directories": {
@@ -384,4 +384,4 @@
"hireable": true "hireable": true
} }
] ]
} }