From d6775d64a3ea715ed115bcf3541eb6e07028f187 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 8 Apr 2022 17:20:31 -0700 Subject: [PATCH] release: New release v5.9.1. 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 3f6a204c..0ab75ce9 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.9.1 --2022-04-08 + +**Dependencies**: + +- Upgraded all dependencies, including Electron 18.0.3. + ### v5.9.0 --2022-04-01 **Fixes**: diff --git a/package-lock.json b/package-lock.json index f65c7029..eaad0f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zulip", - "version": "5.9.0", + "version": "5.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zulip", - "version": "5.9.0", + "version": "5.9.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index fa1922c4..1eebb30a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zulip", "productName": "Zulip", - "version": "5.9.0", + "version": "5.9.1", "main": "./app/main", "description": "Zulip Desktop App", "license": "Apache-2.0",