[go: nahoru, domu]

Skip to content

Commit

Permalink
Release Firestore Emulator v1.19.5 (#7020)
Browse files Browse the repository at this point in the history
* Update Firestore Emulator version

* Update CHANGELOG.md
  • Loading branch information
harshyyy21 committed Apr 19, 2024
1 parent e68b69f commit fe58756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Release Firestore Emulator version 1.19.5 which adds support for import and export in Datastore Mode (#7020).
- fix non static check for not-found route in Next.js 14.2 (#7012)
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
expectedChecksum: "2fd771101c0e1f7898c04c9204f2ce63",
},
firestore: {
version: "1.19.4",
expectedSize: 65913000,
expectedChecksum: "a861bfa9d12ef69645b41e2f3bd8db8d",
version: "1.19.5",
expectedSize: 66204670,
expectedChecksum: "6d9fb826605701668af722f25048ad95",
},
storage: {
version: "1.1.3",
Expand Down

0 comments on commit fe58756

Please sign in to comment.