diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb2d..561369e703e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1 @@ +- Release Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a `reset` endpoint for Datastore Mode. diff --git a/src/emulator/downloadableEmulators.ts b/src/emulator/downloadableEmulators.ts index a7eca38382d..accf6f01da0 100644 --- a/src/emulator/downloadableEmulators.ts +++ b/src/emulator/downloadableEmulators.ts @@ -33,9 +33,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet expectedChecksum: "2fd771101c0e1f7898c04c9204f2ce63", }, firestore: { - version: "1.19.3", - expectedSize: 67296394, - expectedChecksum: "08a9b882a5c38570b6333f3931b1e52b", + version: "1.19.4", + expectedSize: 65913000, + expectedChecksum: "a861bfa9d12ef69645b41e2f3bd8db8d", }, storage: { version: "1.1.3",