Skip to content

Commit

Permalink
Update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterleyW committed Oct 15, 2020
1 parent 5b70a59 commit 892118d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2020-XX-XX

## [v6.4.0] 2020-10-14

- [add] Add Facebook login as a first step towards supporting social logins and SSO in FTW. This PR
introduces new endpoints `createUserWithIdp` and `loginWithIdp` and strategy for logging in with
Facebook. See the PR for the more detailed view of the changes.
[#1364](https://github.com/sharetribe/ftw-daily/pull/1364)
- [fix] Fix missing proptype warnings in `TransactionPage` and `TransactionPanel` tests.
[#1363](https://github.com/sharetribe/ftw-daily/pull/1363)
- [fix] Improve error handling by passing error details forward instead of creating a new error that
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": "app",
"version": "6.3.1",
"version": "6.4.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 892118d

Please sign in to comment.