File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.8.0 (25 Jun 2019)
2
+
3
+ ### Feature
4
+
5
+ * Add new parameter in push/reply/multicast/broadcast API to catch up the newest bot API (#147 )
6
+ * Add new APIs in bot API (#147 )
7
+ - Get the target limit for additional messages
8
+ - Get number of messages sent this month
9
+ - Get number of sent broadcast messages
10
+ - Send broadcast message
11
+
12
+ ### Breaking changes
13
+ * Deprecate Node 6 and start to support Node 12 (#139 )
14
+ * Remove polyfills for Node 6 (#149 )
15
+
16
+ ### Type
17
+
18
+ * Add LINE Things Event (#150 )
19
+
20
+ ### Misc
21
+ * Update axios and other dependencies by running ` npm audit fix ` to fix vulnerabilities. (#148 #154 )
22
+
1
23
## 6.7.0 (18 Apr 2019)
2
24
3
25
### Feature
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @line/bot-sdk" ,
3
- "version" : " 6.7.1 " ,
3
+ "version" : " 6.8.0 " ,
4
4
"description" : " Node.js SDK for LINE Messaging API" ,
5
5
"engines" : {
6
6
"node" : " >=8"
You can’t perform that action at this time.
0 commit comments