Skip to content

Commit 28e36f7

Browse files
author
Hyunje Jun
committed
v3.0.0
1 parent 354a3f5 commit 28e36f7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 3.0.0 (8 Sep 2017)
2+
3+
#### Major
4+
5+
* Implement "Get group/room member profile" API (#15)
6+
* Implement "Get group/room member IDs" API (#23)
7+
* `getMessageContent` now returns `Promise<ReadableStream>` (#20)
8+
9+
#### Type
10+
11+
* Add "datetimepicker" support (#21)
12+
* Fix typo in `TemplateURIAction` type (#21)
13+
14+
#### Misc
15+
16+
* Package updates and corresponding fixes
17+
* Use npm 5 instead of Yarn in dev
18+
* Fix `clean` script to work in Windows
19+
* Use "axios" for internal HTTP client instead of "got" (#20)
20+
121
## 2.0.0 (12 June 2017)
222

323
#### Type

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@line/bot-sdk",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Node.js SDK for LINE Messaging API",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)