diff --git a/CHANGELOG.md b/CHANGELOG.md index 74188f0b..5e6a56a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.2.3](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.2...v3.2.3) (2019-07-15) + + +### Bug Fixes + +* **package:** added the onSuccess and the onError events to the providers comp. [#257](https://github.com/anthonynahas/ngx-auth-firebaseui/issues/257) ([7e806b4](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/7e806b4)) +* **package:** updated the schematics ([94f893b](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/94f893b)) +* **package:** updated the versions in schematics module ([7a2b78d](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/7a2b78d)) + + + ## [3.2.2](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.1...v3.2.2) (2019-07-14) diff --git a/package.json b/package.json index 70ee0a4e..f78489d2 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.2", + "version": "3.2.3", "homepage": "https://github.com/anthonynahas/ngx-auth-firebaseui", "author": { "name": "anthonynahas",