Skip to content

Commit 62c50b1

Browse files
author
Hyunje Jun
committed
v2.0.0
1 parent 98fc424 commit 62c50b1

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1+
## 2.0.0 (12 June 2017)
2+
3+
#### Type
4+
5+
* Use literal types for 'type' fields
6+
7+
#### Misc
8+
9+
* Update yarn.lock with the latest Yarn
10+
111
## 1.1.0 (31 May 2017)
212

313
* Handle pre-parsed body (string and buffer only)
414

5-
Type
15+
#### Type
616

717
* Separate config type into client and middleware types
818
* Add `userId` to group and room event sources
919

10-
Misc
20+
#### Misc
1121

1222
* Create issue template (#4)
1323

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": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Node.js SDK for LINE Messaging API",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)