diff --git a/README.md b/README.md index 1ae840c332..944b23734a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ requests, code review feedback, and also pull requests. ## Supported Environments -We support Node.js 12 and higher. +We support Node.js 12 and higher. However, 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. Please also note that the Admin SDK should only be used in server-side/back-end environments controlled by the app developer. diff --git a/package.json b/package.json index e516524f83..76b5c51300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebase-admin", - "version": "10.2.0", + "version": "10.3.0", "description": "Firebase admin SDK for Node.js", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0",