Skip to content

Commit 0fdc901

Browse files
authored
Bumped version to 6.5.0 (#439)
1 parent 9050e07 commit 0fdc901

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Unreleased
22

3-
- [fixed] Correctly parses error codes with details messages in Firebase Auth.
4-
- [fixed] Fixed optional fields in UserRecord types to be optional.
3+
-
4+
5+
# v6.5.0
6+
7+
- [fixed] Correctly parses error codes sent by Firebase Auth backend servers.
8+
- [fixed] Correctly marked the optional fields in `UserRecord` types.
59
- [added] `admin.projectManagement().shaCertificate()` method to create an
610
instance of admin.projectManagement.ShaCertificate.
711

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