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 98fc424 commit 62c50b1Copy full SHA for 62c50b1
CHANGELOG.md
@@ -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
11
## 1.1.0 (31 May 2017)
12
13
* Handle pre-parsed body (string and buffer only)
14
-Type
15
16
17
* Separate config type into client and middleware types
18
* Add `userId` to group and room event sources
19
-Misc
20
21
22
* Create issue template (#4)
23
package.json
@@ -1,6 +1,6 @@
{
"name": "@line/bot-sdk",
- "version": "1.1.0",
+ "version": "2.0.0",
"description": "Node.js SDK for LINE Messaging API",
"engines": {
"node": ">=4"
0 commit comments