From 77982eba8a2b155b0d52308c6a7968d0e8e3efdb Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Thu, 9 Jun 2022 14:37:43 -0400 Subject: [PATCH] [chore] Release 10.3.0 --- 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",