Skip to content

Commit 245f31c

Browse files
authored
Bumped version to 6.3.0 (#399)
* Bumped version to 6.3.0 * Updated changelog
1 parent f5a5f48 commit 245f31c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
-
4+
5+
# v6.3.0
6+
7+
- [added] A new `ProjectManagement` service, which includes the ability to
8+
create, list, and get details about Android and iOS apps associated with your
9+
Firebase Project.
310
- [added] `messaging.ApsAlert` type now supports subtitle in its payload.
411

512
# v6.2.0
@@ -18,9 +25,6 @@
1825
- [changed] Upgraded Cloud Firestore client to v0.18.0.
1926
- [added] Exposed the `CollectionReference`, `WriteBatch`, `WriteResult` and
2027
`QueryDocumentSnapshot` types from the `admin.firestore` namespace.
21-
- [added] A new `ProjectManagement` service, which includes the ability to
22-
create, list, and get details about Android and iOS apps associated with your
23-
Firebase Project.
2428

2529
# v6.0.0
2630

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-admin",
3-
"version": "6.2.0",
3+
"version": "6.3.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)