From c946d204b738b7f5587f11e0e13c6c2dd5715ece Mon Sep 17 00:00:00 2001 From: Lauren Long Date: Thu, 2 Aug 2018 14:13:33 -0700 Subject: [PATCH 1/4] Update lodash dependency (#856) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 687a47c1..6fa3a127 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "is": "^3.2.1", "jsonschema": "^1.0.2", "jsonwebtoken": "^8.2.1", - "lodash": "^4.6.1", + "lodash": "^4.17.10", "minimatch": "^3.0.4", "opn": "^5.3.0", "ora": "0.2.3", From 6510c53ca7aa33d575f9cf849de3b51659d6b2d6 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Thu, 2 Aug 2018 14:13:43 -0700 Subject: [PATCH 2/4] Changelog for v4.0.3 (#855) --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index e69de29b..5b074cf4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1,2 @@ +fixed - Improved error message for `firebase init` with a non-existent feature. +fixed - Fixed `firebase init` erroring if initializing Firestore/Storage on a brand-new project. From 83ca55d16baaf183ee72f7a3ee87a3805f624edc Mon Sep 17 00:00:00 2001 From: Firebase Operations Date: Sun, 5 Aug 2018 14:58:08 +0000 Subject: [PATCH 3/4] [firebase-release] Updated CLI to 4.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fa3a127..e9389483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebase-tools", - "version": "4.0.2", + "version": "4.0.3", "description": "Command-Line Interface for Firebase", "main": "index.js", "bin": { From 5213b7bf4c2c93d7ad90fbefd2e4543e90eeaf6e Mon Sep 17 00:00:00 2001 From: Firebase Operations Date: Sun, 5 Aug 2018 14:58:19 +0000 Subject: [PATCH 4/4] [firebase-release] Removed change log and reset repo after 4.0.3 release --- changelog.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5b074cf4..e69de29b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +0,0 @@ -fixed - Improved error message for `firebase init` with a non-existent feature. -fixed - Fixed `firebase init` erroring if initializing Firestore/Storage on a brand-new project.