diff --git a/CHANGELOG.md b/CHANGELOG.md index 990a53eb..413f075b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.2.5](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.4...v3.2.5) (2019-07-25) + + +### Bug Fixes + +* **demo:** updated angular to v8.1.2 ([e8c052c](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/e8c052c)) +* **demo:** updated firebase, bootstrap and other deps ([15bf59c](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/15bf59c)) +* **demo:** updated the demo app ([a628df4](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/a628df4)) +* **demo:** updated the demo app [#298](https://github.com/anthonynahas/ngx-auth-firebaseui/issues/298) ([1d3a4fa](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/1d3a4fa)) +* **package:** updated angular, password strength lib and firebase ([132f5b5](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/132f5b5)) + + + ## [3.2.4](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v3.2.3...v3.2.4) (2019-07-17) diff --git a/package.json b/package.json index 90562b8e..1b41e00f 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.4", + "version": "3.2.5", "homepage": "https://github.com/anthonynahas/ngx-auth-firebaseui", "author": { "name": "anthonynahas",