Skip to content

Commit 2bc7a90

Browse files
authored
bump version to 6.1.0 (#375)
* bump version to 6.1.0 * update changelog to include firestore version bump
1 parent 125bb01 commit 2bc7a90

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unreleased
22

3+
-
4+
5+
# v6.1.0
6+
7+
- [changed] Upgraded Cloud Firestore client to v0.18.0.
38
- [added] Exposed the `CollectionReference`, `WriteBatch`, `WriteResult` and
49
`QueryDocumentSnapshot` types from the `admin.firestore` namespace.
510

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-admin",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Firebase admin SDK for Node.js",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)