From ada4f3c45228d0fc81992640fb51eb577ebdf087 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Mon, 8 Jul 2019 22:29:50 +0200 Subject: [PATCH] chore(release): bump version number to 3.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2770d77b..a3022e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [3.2.0](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.1.0...v3.2.0) (2019-07-08) + + +### Bug Fixes + +* **demo2:** removed deprecated demo2 app ([17a6b0e](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/17a6b0e)) + + +### Features + +* **package:** added authGuardLoggedInURL to the config [#263](https://github.com/anthonynahas/ngx-auth-firebaseui/issues/263) ([0abbcdb](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/0abbcdb)) + + + # [3.1.0](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.0.1...v3.1.0) (2019-07-07) diff --git a/package.json b/package.json index 483cbd02..4913baee 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.1.0", + "version": "3.2.0", "homepage": "https://github.com/anthonynahas/ngx-auth-firebaseui", "author": { "name": "anthonynahas",