From 565ab1a3540d462fdc61b2779a1a0fc85f25a328 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Wed, 10 Jul 2019 22:28:48 +0200 Subject: [PATCH] chore(release): bump version number to 3.2.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3022e46..ae1babc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.2.1](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.0...v3.2.1) (2019-07-10) + + +### Bug Fixes + +* **demo:** remove for root at `NgbCollapseModule` ([d8218b4](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/d8218b4)) +* **demo:** updated angular and other deps [#284](https://github.com/anthonynahas/ngx-auth-firebaseui/issues/284) ([070feee](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/070feee)) +* **package:** updated the dependencies (angular and rollup) [#284](https://github.com/anthonynahas/ngx-auth-firebaseui/issues/284) ([4e65767](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/4e65767)) +* **package:** updated the schematics of the lib [#284](https://github.com/anthonynahas/ngx-auth-firebaseui/issues/284) ([cbc1cbd](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/cbc1cbd)) + + + # [3.2.0](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.1.0...v3.2.0) (2019-07-08) diff --git a/package.json b/package.json index bbfb3eb0..c7b8cb9a 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.0", + "version": "3.2.1", "homepage": "https://github.com/anthonynahas/ngx-auth-firebaseui", "author": { "name": "anthonynahas",