From 32c0b2cc38733f1fafd7c48a7c41bbc3747a96c5 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Tue, 14 Feb 2017 15:31:54 -0800 Subject: [PATCH 1/3] Changelog for v3.3.0 --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index e69de29bb2d..695f62f9236 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1 @@ +feature - `auth:export` command enables exporting Firebase Auth users to JSON or CSV. From 6094e3b68c7233b8851f693dd99705c565372312 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Tue, 14 Feb 2017 15:34:13 -0800 Subject: [PATCH 2/3] Reword. --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 695f62f9236..5eae80769b8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1 +1 @@ -feature - `auth:export` command enables exporting Firebase Auth users to JSON or CSV. +feature - Adds `auth:export` command for exporting Firebase Auth users to JSON or CSV. From 1094572ac184cf6f33b4a3611bed8cd7eb881865 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Tue, 14 Feb 2017 15:35:34 -0800 Subject: [PATCH 3/3] Reword. --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5eae80769b8..eee4dfc90e1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1 +1 @@ -feature - Adds `auth:export` command for exporting Firebase Auth users to JSON or CSV. +feature - `auth:export` command allows exporting users from Firebase Auth to JSON or CSV.