Skip to content

Commit

Permalink
6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xingoxu committed Jun 25, 2019
1 parent eb71671 commit 51b9c9e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 6.8.0 (25 Jun 2019)

### Feature

* Add new parameter in push/reply/multicast/broadcast API to catch up the newest bot API (#147)
* Add new APIs in bot API (#147)
- Get the target limit for additional messages
- Get number of messages sent this month
- Get number of sent broadcast messages
- Send broadcast message

### Breaking changes
* Deprecate Node 6 and start to support Node 12 (#139)
* Remove polyfills for Node 6 (#149)

### Type

* Add LINE Things Event (#150)

### Misc
* Update axios and other dependencies by running `npm audit fix` to fix vulnerabilities. (#148 #154)

## 6.7.0 (18 Apr 2019)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@line/bot-sdk",
"version": "6.7.1",
"version": "6.8.0",
"description": "Node.js SDK for LINE Messaging API",
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 51b9c9e

Please sign in to comment.