From cc2d7edc7e57dcc3ff739f6b2c2052598773253a Mon Sep 17 00:00:00 2001 From: Joe Hanley Date: Fri, 8 Sep 2023 12:04:40 -0700 Subject: [PATCH] [firebase-release] Removed change log and reset repo after 12.5.3 release --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e189c7c7cf..e69de29bb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +0,0 @@ -- Fixed an issue where builds from https://firebase.tools could not run commands that spawn `npm`. (#6132) -- Fixed an issue where `--non-interactive` and `--force` were not respected in some extension deploys. (#6321) -- Fixed the regex in extensions changelog parser to lazy match the version prefix to allow matching higher versions (#6326)