Skip to content

Commit dca4946

Browse files
committed
chore(): 6.1.1 changelog and package.json
1 parent 22e2883 commit dca4946

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="6.1.1"></a>
2+
## [6.1.1](https://github.com/angular/angularfire/compare/6.1.0...6.1.1) (2020-11-19)
3+
4+
### Bug Fixes
5+
6+
* **afs:** fix regression keeping one from overriding collection.doc type ([#2668](https://github.com/angular/angularfire/issues/2668)) ([22e2883](https://github.com/angular/angularfire/commit/22e2883))
7+
* **core:** fix the instance cache logic ([#2667](https://github.com/angular/angularfire/issues/2667)) ([7f89643](https://github.com/* **storage:** error state not represent in UploadTaskSnapshot ([#2665](https://github.com/angular/angularfire/issues/2665)) ([2ce41aa](https://github.com/angular/angularfire/commit/2ce41aa))
8+
9+
110
<a name="6.1.0"></a>
211
# [6.1.0](https://github.com/angular/angularfire/compare/6.0.4...6.1.0) (2020-11-18)
312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/fire",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "The official Angular library for Firebase.",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)