diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e24e8a132..2e126f84dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,3 @@ - Upgrades the pubsub dependency to address a `npm audit` issue. (#7122) - Fix path issue in Windows deployments for Next.js SSR (#7148) +- Update Emulator Suite UI logo diff --git a/src/emulator/downloadableEmulators.ts b/src/emulator/downloadableEmulators.ts index 234d04c59ab..8ea4a046c8c 100755 --- a/src/emulator/downloadableEmulators.ts +++ b/src/emulator/downloadableEmulators.ts @@ -45,9 +45,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet ui: experiments.isEnabled("emulatoruisnapshot") ? { version: "SNAPSHOT", expectedSize: -1, expectedChecksum: "" } : { - version: "1.11.8", - expectedSize: 3523907, - expectedChecksum: "49f6dc1911dda9d10df62a6c09aaf9a0", + version: "1.12.0", + expectedSize: 3498195, + expectedChecksum: "af39891f4d24fb52af73556bc765b8dd", }, pubsub: { version: "0.8.2",