Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunje Jun committed Nov 2, 2017
1 parent 261630b commit 4960290
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 5.0.0 (2 Nov 2017)

#### Major

* Implement rich menu API (#34)

#### Type

* Rename `ImageMapArea` and `TemplateAction`s into general ones

#### Misc

* Do not enforce `checkJSON` for some APIs where it means nothing
* Change how to check request object in test cases


## 4.0.0 (25 Oct 2017)

#### Major
Expand Down
30 changes: 29 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@line/bot-sdk",
"version": "4.0.0",
"version": "5.0.0",
"description": "Node.js SDK for LINE Messaging API",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 4960290

Please sign in to comment.