From b9baf140eb647cddc0bb0da66d45608e3c1f391e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 8 Jan 2024 17:12:08 -0800 Subject: [PATCH] release: New release v5.10.4. Signed-off-by: Anders Kaseorg --- changelog.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 4acd89a5f..d285f062c 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ All notable changes to the Zulip desktop app are documented in this file. +### v5.10.4 --2024-01-09 + +**Dependencies**: + +- Upgraded all dependencies, including Electron 28.1.1. + ### v5.10.3 --2023-09-30 **Fixes**: diff --git a/package-lock.json b/package-lock.json index 5b9de2cfb..f9df695ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zulip", - "version": "5.10.3", + "version": "5.10.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zulip", - "version": "5.10.3", + "version": "5.10.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 2eb843277..ac2c6bce6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zulip", "productName": "Zulip", - "version": "5.10.3", + "version": "5.10.4", "main": "./dist-electron", "description": "Zulip Desktop App", "license": "Apache-2.0",