From 47cdd5fa8b3b15a2167adcd4d9c6f4ac4ec70820 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 29 Sep 2023 23:38:26 -0700 Subject: [PATCH] release: New release v5.10.3. Signed-off-by: Anders Kaseorg --- changelog.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index c02f3fef0..4acd89a5f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,16 @@ All notable changes to the Zulip desktop app are documented in this file. +### v5.10.3 --2023-09-30 + +**Fixes**: + +- Fixed an error in the third-party `gatemaker` library that broke the display of notifications for completed downloads. + +**Dependencies**: + +- Upgraded all dependencies, including Electron 25.8.4. + ### v5.10.2 --2023-09-14 **Dependencies**: diff --git a/package-lock.json b/package-lock.json index d5f27c42e..3824a6a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zulip", - "version": "5.10.2", + "version": "5.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zulip", - "version": "5.10.2", + "version": "5.10.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 07aaa0051..d65bfdf26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zulip", "productName": "Zulip", - "version": "5.10.2", + "version": "5.10.3", "main": "./dist-electron", "description": "Zulip Desktop App", "license": "Apache-2.0",