Skip to content

Commit 54212da

Browse files
committed
pkg: Bump minor version
1 parent 885f895 commit 54212da

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

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

66
## [Unreleased][Unreleased]
77

8+
9+
10+
* * *
11+
12+
## [0.26.0][0.26.0] - 2016-01-20
13+
814
Added:
915

1016
1. Add *TelegramBot* constructor options:
@@ -35,8 +41,8 @@ Fixed:
3541
1. Handle error during formatting `formData`
3642
1. Fix ES6 syntax
3743

38-
*Credits: Unless explicitly stated otherwise, above work was done by
39-
@GochoMugo*
44+
*Credits/Blames: Unless explicitly stated otherwise, above work was
45+
done by @GochoMugo*
4046

4147
* * *
4248

@@ -60,4 +66,5 @@ Fixed:
6066

6167

6268
[0.25.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.25.0
63-
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.25.0...master
69+
[0.26.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.26.0
70+
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.26.0...master

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-telegram-bot-api",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "Telegram Bot API",
55
"main": "./index.js",
66
"directories": {
@@ -384,4 +384,4 @@
384384
"hireable": true
385385
}
386386
]
387-
}
387+
}

0 commit comments

Comments
 (0)