Skip to content

Commit 51b9c9e

Browse files
committed
6.8.0
1 parent eb71671 commit 51b9c9e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)