From d51bf944f35d678e9a1fd012eae8272b4ed7f1a0 Mon Sep 17 00:00:00 2001 From: Tiago Casinhas Date: Sun, 14 Aug 2022 11:37:16 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ projects/lib/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297d5b80..5f140492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.3 +- Add new configurations to Google Button Directive +- Update json token parsing + # 1.2.2 - Add UI configurations to Google Directive Button "Type and size" - Support `prompt_parent_id` in Google Directive diff --git a/projects/lib/package.json b/projects/lib/package.json index 3e14e6c1..ac586697 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -1,6 +1,6 @@ { "name": "@abacritt/angularx-social-login", - "version": "1.2.2", + "version": "1.2.3", "description": "Social login and authentication module for Angular 13 & 14. Supports authentication with Google, Facebook, Amazon, and VK. Can be extended to other providers also.", "repository": { "type": "git",