Skip to content

Commit

Permalink
v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyunje Jun committed Mar 4, 2019
1 parent f4b83cc commit 6493269
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 6.6.0 (4 Mar 2019)

### Feature

* Add DeviceLinkEvent / DeviceUnlinkEvent (#123)

### Type

* Fix FlexSpacer to have optional 'size' property (#122)

### Misc

* Run `npm audit fix` to fix minor dependency vulnerability.


## 6.5.0 (16 Feb 2019)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.0",
"version": "6.6.0",
"description": "Node.js SDK for LINE Messaging API",
"engines": {
"node": ">=6"
Expand Down

0 comments on commit 6493269

Please sign in to comment.