We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc39e3 commit c9fc134Copy full SHA for c9fc134
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 6.0.2 (21 May 2018(
2
+
3
+#### Type
4
5
+* Add missing `displayText` field to postback action (#63)
6
+* Add missing `FileEventMessage` to `EventMessage` (#71)
7
8
+#### Misc
9
10
+* Add audio duration lib to kitchensink example (#68)
11
12
13
## 6.0.1 (13 Mar 2018)
14
15
#### Type
package.json
@@ -1,6 +1,6 @@
{
"name": "@line/bot-sdk",
- "version": "6.0.1",
+ "version": "6.0.2",
"description": "Node.js SDK for LINE Messaging API",
"engines": {
"node": ">=4"
0 commit comments