Skip to content

Commit

Permalink
pkg: Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
GochoMugo committed Jan 20, 2017
1 parent 885f895 commit 54212da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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*

* * *

Expand All @@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -384,4 +384,4 @@
"hireable": true
}
]
}
}

0 comments on commit 54212da

Please sign in to comment.