From c38e1d08596315373b4bf92c6f97a9086ecf7f80 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Wed, 17 Jul 2019 11:23:31 +0300 Subject: [PATCH] chore(release): bump version number to 3.2.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6a56a8..990a53eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.2.4](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.3...v3.2.4) (2019-07-17) + + +### Bug Fixes + +* **package:** select the right tab when forgot password action is requested [#121](https://github.com/anthonynahas/ngx-auth-firebaseui/issues/121) ([a87b2df](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/a87b2df)) +* **package:** updated angular material to v8.1.1 ([bdebe63](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/bdebe63)) + + + ## [3.2.3](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.2...v3.2.3) (2019-07-15) diff --git a/package.json b/package.json index 09357ba6..a0df181c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-auth-firebaseui", "description": "Open Source Library for Angular Web Apps to integrate a material user interface for firebase authentication", - "version": "3.2.3", + "version": "3.2.4", "homepage": "https://github.com/anthonynahas/ngx-auth-firebaseui", "author": { "name": "anthonynahas",