Skip to content

Commit 37c9d61

Browse files
authored
Merge pull request #44 from mt-kenny/chore/bump-version-2.0.0
chore(release): bump to version 2.0.0 🎉
2 parents c82346c + 2b06caa commit 37c9d61

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [2.0.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.4.0...2.0.0) (2020-10-19)
2+
3+
4+
### Features
5+
6+
- Support OAuth 2.0 Authorization Code with PKCE Flow.
7+
- Enable to onboard a guest faster.
8+
- Support Magic link(password-less login link).
9+
10+
11+
# [1.4.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.3.1...1.4.0) (2020-01-17)
12+
13+
14+
# [1.3.1](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.3.0...1.3.1) (2020-01-17)
15+
16+
17+
### Bug Fixes
18+
19+
* **logout:** add optional backTo parameter ([9b9da89](https://github.com/moneytree/mt-link-javascript-sdk/commit/9b9da8941ff58049ed200d6dd6324bc5918adca0))
20+
21+
122
# [1.3.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.2.3...1.3.0) (2019-12-11)
223

324

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moneytree/mt-link-javascript-sdk",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.0",
44
"description": "Moneytree Link JavaScript SDK",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)