diff --git a/CHANGELOG.md b/CHANGELOG.md index 5270b5fc..49a683fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.2.5 +## What's Changed +* Auto stash before rebase of "feature/updateDependencies" by @Heatmanofurioso in https://github.com/abacritt/angularx-social-login/pull/594 +* console.log in ButtonDirective deleted by @JoseSolorzanoC in https://github.com/abacritt/angularx-social-login/pull/608 +* add: [Google]prompt property on initTokenClient by @kattoshi in https://github.com/abacritt/angularx-social-login/pull/588 + # 1.2.4 - Update dependencies - Update required dependencies versioning diff --git a/projects/lib/package.json b/projects/lib/package.json index 9b5925df..4af6f38c 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -1,6 +1,6 @@ { "name": "@abacritt/angularx-social-login", - "version": "1.2.4", + "version": "1.2.5", "description": "Social login and authentication module for Angular 14. Supports authentication with Google, Facebook, Amazon, and VK. Can be extended to other providers also.", "repository": { "type": "git",