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 8c1bcd0 commit 3f30db2Copy full SHA for 3f30db2
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 3.1.0 (19 Sep 2017)
2
+
3
+#### Major
4
5
+* Make middleware return `SignatureValidationFailed` for no signature (#26)
6
7
+#### Type
8
9
+* Add `FileEventMessage` type
10
11
## 3.0.0 (8 Sep 2017)
12
13
#### Major
package.json
@@ -1,6 +1,6 @@
{
"name": "@line/bot-sdk",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "Node.js SDK for LINE Messaging API",
"engines": {
"node": ">=4"
0 commit comments