From ba2bb67de2056150a3fbacbbe301cbd54772162e Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Thu, 9 Jun 2022 16:24:28 -0400 Subject: [PATCH] [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. --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",