diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7c8bf1..f1dd22fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v.1.10.0 +### 05/02/2020 + +### Features +- Add the `returnToAfterPasswordReset` parameter for reset password and the `returnToAfterEmailConfirmation` parameter for signup. + ## v.1.9.3 ### 07/01/2020 diff --git a/package-lock.json b/package-lock.json index 2990e196..d0041805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@reachfive/identity-core", - "version": "1.9.3", + "version": "1.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30098e7c..b466435d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reachfive/identity-core", - "version": "1.9.3", + "version": "1.10.0", "description": "Reach5 Identity Web Core SDK", "license": "MIT", "repository": {