Skip to content

Commit

Permalink
0.6.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Nov 9, 2018
1 parent cf9128e commit 0abe323
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.6.2 / 2018-11-09

- [new] Add `skipProfile` option to `FacebookConnector` to skip auto updating user profile:

```js
const connector = new FacebookConnector({
accessToken: ACCESS_TOKEN,
appSecret: APP_SECRET,
skipProfile: true,
});
```

# 0.6.1 / 2018-11-08

- [deps] update `messaging-api-messenger`
Expand Down

0 comments on commit 0abe323

Please sign in to comment.