Skip to content

Commit 776d01d

Browse files
authored
Bumped version to 7.1.1 (#485)
* Bumped version to 7.1.1 * Updated changelog
1 parent 3b33bb2 commit 776d01d

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

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

3-
- [fixed] Fixed a bug in the FCM batch APIs that prevented them from correctly
4-
handling some message parameters like `AndroidConfig.ttl`.
5-
- [changed] Updated the Google Cloud Firestore client to v1.2.0. This update
6-
exposes the `v1beta` and `v1` clients and provides direct access to the
3+
- [changed] Updated the Google Cloud Firestore client to v1.2.0. This update
4+
exposes the `v1beta` and `v1` clients and provides direct access to the
75
underlying Firestore and Firestore Admin RPCs. Please note that you will have
86
to provide your Firebase credentials directly to these clients.
9-
7+
8+
# v7.1.1
9+
10+
- [fixed] Fixed a bug in the FCM batch APIs that prevented them from correctly
11+
handling some message parameters like `AndroidConfig.ttl`.
12+
1013
# v7.1.0
1114

1215
- [added] A new `messaging.sendAll()` API for sending multiple messages as a

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": "7.1.0",
3+
"version": "7.1.1",
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)