Skip to content

Commit ba2bb67

Browse files
[chore] Release 10.3.0 (#1759)
- Node.js 12 support is deprecated. We strongly encourage you to use Node.js 14 or higher as we will drop support for Node.js 12 in the next major version. We will also upgrade Typescript to 4.x in the next major version.
1 parent f433953 commit ba2bb67

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ requests, code review feedback, and also pull requests.
5959

6060
## Supported Environments
6161

62-
We support Node.js 12 and higher.
62+
We support Node.js 12 and higher. However, Node.js 12 support is deprecated. We strongly encourage
63+
you to use Node.js 14 or higher as we will drop support for Node.js 12 in the next major version.
6364

6465
Please also note that the Admin SDK should only
6566
be used in server-side/back-end environments controlled by the app developer.

package.json

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