Skip to content

Commit 119d892

Browse files
committed
release: v0.30.0
1 parent 1169f8e commit 119d892

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
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.30.0][0.30.0] - 2017-12-21
13+
814
Added:
915

1016
1. Support Bot API v3.5: (by @GochoMugo)
@@ -203,4 +209,5 @@ Fixed:
203209
[0.27.1]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.27.1
204210
[0.28.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.28.0
205211
[0.29.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.29.0
206-
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.29.0...master
212+
[0.30.0]:https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.30.0
213+
[Unreleased]:https://github.com/yagop/node-telegram-bot-api/compare/v0.30.0...master

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-telegram-bot-api",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "Telegram Bot API",
55
"main": "./index.js",
66
"directories": {

0 commit comments

Comments
 (0)