Skip to content

Commit a69424b

Browse files
authored
Bumped version to 6.2.0 (#392)
1 parent 616037d commit a69424b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3-
- [feature] Added the email action link generation APIs for creating links for
3+
-
4+
5+
# v6.2.0
6+
7+
- [added] Added the email action link generation APIs for creating links for
48
password reset, email verification and email link sign-in via
59
`auth.generatePasswordResetLink()`, `auth.generateEmailVerificationLink()`
610
and `auth.generateSignInWithEmailLink()`.

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