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+
123## 6.7.0 (18 Apr 2019)
224
325### Feature
Original file line number Diff line number Diff line change 11{
22 "name" : " @line/bot-sdk" ,
3- "version" : " 6.7.1 " ,
3+ "version" : " 6.8.0 " ,
44 "description" : " Node.js SDK for LINE Messaging API" ,
55 "engines" : {
66 "node" : " >=8"
You can’t perform that action at this time.
0 commit comments