Skip to content

Commit

Permalink
0.4.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 22, 2017
1 parent b5f5918 commit 05d6860
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.4.2 / 2017-09-22
==================
### messaging-api-messenger
- [new] Export version of Graph API:

```js
const { MessengerClient } = require('messaging-api-messenger');

const client = MessengerClient.connect(accessToken);

client.version // "v2.10"
```

0.4.1 / 2017-09-19
==================
### messaging-api-line
Expand Down

0 comments on commit 05d6860

Please sign in to comment.