From 37d1437d553b4e157cde6ac3e9c6ad57a82c2ad3 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Mon, 30 Nov 2020 12:16:04 -0500 Subject: [PATCH] chore(): 6.1.3 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c251bd5..3743c96cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [6.1.3](https://github.com/angular/angularfire/compare/6.1.2...6.1.3) (2020-11-30) + + +### Bug Fixes + +* **afs:** allow stateChanges and auditLog to emit blank arrays at first ([21442f0](https://github.com/angular/angularfire/commit/21442f0)) + + + # [6.1.2](https://github.com/angular/angularfire/compare/6.1.1...6.1.2) (2020-11-24)