Skip to content

Commit e19fc51

Browse files
authored
Bumped version to 6.4.0 (#419)
1 parent 2414645 commit e19fc51

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
-
4+
5+
# v6.4.0
6+
37
- [added] `messaging.Aps` type now supports configuring a critical sound.
48
A new `messaging.CriticalSound` type has been introduced for this purpose.
59
- [added] `messaging.AndroidNotification` type now supports `channel_id`.
@@ -11,7 +15,6 @@
1115
and `admin.credential.refreshToken()` methods now accept an `http.Agent`
1216
as an optional argument. If specified, the `http.Agent` will be used
1317
when calling Google backend servers to fetch OAuth2 access tokens.
14-
- [added] `messaging.AndroidNotification`type now supports channel_id.
1518

1619
# v6.3.0
1720

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.3.0",
3+
"version": "6.4.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)