File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions
6
6
7
+ ### [ 5.0.2] ( https://www.github.com/googleapis/nodejs-firestore/compare/v5.0.1...v5.0.2 ) (2022-01-07)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * remove serializer check from Query.isEqual() ([ #1654 ] ( https://www.github.com/googleapis/nodejs-firestore/issues/1654 ) ) ([ f13da18] ( https://www.github.com/googleapis/nodejs-firestore/commit/f13da184bd2b4f9abfe920f6d9f7af8f2f6f37cb ) )
13
+
7
14
### [ 5.0.1] ( https://www.github.com/googleapis/nodejs-firestore/compare/v5.0.0...v5.0.1 ) (2021-12-02)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/firestore" ,
3
3
"description" : " Firestore Client Library for Node.js" ,
4
- "version" : " 5.0.1 " ,
4
+ "version" : " 5.0.2 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc." ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 11
11
"test" : " mocha --timeout 600000"
12
12
},
13
13
"dependencies" : {
14
- "@google-cloud/firestore" : " ^5.0.1 "
14
+ "@google-cloud/firestore" : " ^5.0.2 "
15
15
},
16
16
"devDependencies" : {
17
17
"chai" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments