From 49cbe56686e99e63b4e65e49ba88b0824acdc2d6 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Thu, 3 Dec 2020 17:34:05 -0500 Subject: [PATCH] chore(): 6.1.4 changelog --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3743c96cc..e8b45427f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [6.1.4](https://github.com/angular/angularfire/compare/6.1.3...6.1.4) (2020-12-03) + + +### Bug Fixes + +* **storage:** `firebase.default` typing issue with Firebase v7 ([#2703](https://github.com/angular/angularfire/issues/2703)) ([984006d](https://github.com/angular/angularfire/commit/984006d)) +* **storage:** snapshotChanges should return a success snapshot ([#2704](https://github.com/angular/angularfire/issues/2704)) ([972aa85](https://github.com/angular/angularfire/commit/972aa85)) +* **analytics:** no longer error when included in SSR or when using Firebase v7 ([#2701](https://github.com/angular/angularfire/issues/2704)) ([da8c660](https://github.com/angular/angularfire/commit/da8c660)) + + ## [6.1.3](https://github.com/angular/angularfire/compare/6.1.2...6.1.3) (2020-11-30) diff --git a/package.json b/package.json index 63864cec2..10b7b91d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/fire", - "version": "6.1.3", + "version": "6.1.4", "description": "The official Angular library for Firebase.", "private": true, "scripts": {