From e6b295616d4f644693ebabe20a0083e1209dec82 Mon Sep 17 00:00:00 2001 From: Jacob Wenger Date: Thu, 15 Oct 2015 16:09:27 -0700 Subject: [PATCH 1/2] Added change log for upcoming 2.0.1 release --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index e69de29bb2d..359c52d3756 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1,2 @@ +fixed - Added back in the `--public` flag for `firebase deploy` which was accidentally dropped in the `2.0.0` release. +fixed - Fixed an issue with the progres bar which caused crashes when run in non-interactive mode. From 8b6e6389ebc3eb533dcd690053c8ce5e746cd356 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Thu, 15 Oct 2015 16:10:39 -0700 Subject: [PATCH 2/2] Small changes to progress bar --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 359c52d3756..2b350f3ed7c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,2 @@ fixed - Added back in the `--public` flag for `firebase deploy` which was accidentally dropped in the `2.0.0` release. -fixed - Fixed an issue with the progres bar which caused crashes when run in non-interactive mode. +fixed - Fixed an issue with the deploy progress bar that caused crashes for some users when run in non-interactive mode.