Skip to content

Commit 690c26f

Browse files
[Package] Bump to v.0.40.0 (#752)
* doc: update changelog - support for v4. to v4.2 * doc: update license date to 2019 * pkg: bump npm package to 0.40.0
1 parent 0613a1b commit 690c26f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased][Unreleased]
6+
## [0.40.0][0.40.0] - 2019-10-15
77

88
Added:
99

1010
1. Support Bot API v4.2: (by @kamikazechaser)
1111
* Add methods: *TelegramBot#sendPoll()*, *TelegramBot#stopPoll()*
1212
* Support events: *poll*
13+
1. Support Bot API v4.0: (by @kamikazechaser)
14+
* Add methods: *TelegramBot#editMessageMedia()*, *TelegramBot#sendAnimation()*
15+
* Support new message types: *passport_data*, *animation*
1316

1417

1518
* * *

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Yago
3+
Copyright (c) 2019 Yago
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Some things built using this library that might interest you:
8787

8888
**The MIT License (MIT)**
8989

90-
Copyright © 2018 Yago
90+
Copyright © 2019 Yago
9191

9292
[usage]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md
9393
[examples]:https://github.com/yagop/node-telegram-bot-api/tree/master/examples

package.json

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

0 commit comments

Comments
 (0)