Skip to content

Commit 4960290

Browse files
author
Hyunje Jun
committed
v5.0.0
1 parent 261630b commit 4960290

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 5.0.0 (2 Nov 2017)
2+
3+
#### Major
4+
5+
* Implement rich menu API (#34)
6+
7+
#### Type
8+
9+
* Rename `ImageMapArea` and `TemplateAction`s into general ones
10+
11+
#### Misc
12+
13+
* Do not enforce `checkJSON` for some APIs where it means nothing
14+
* Change how to check request object in test cases
15+
16+
117
## 4.0.0 (25 Oct 2017)
218

319
#### Major

package-lock.json

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)