release: New release v5.12.2.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-09-01 10:49:56 -07:00
parent 913eda8b1e
commit c08bbf49ab
3 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to the Zulip desktop app are documented in this file. All notable changes to the Zulip desktop app are documented in this file.
### v5.12.2 --2025-09-01
**Fixes**:
- Corrected broken translations in Chinese (simplified), Finnish, German, Greek, and Tamil that crashed the app.
### v5.12.1 --2025-08-29 ### v5.12.1 --2025-08-29
**Enhancements**: **Enhancements**:

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "zulip", "name": "zulip",
"version": "5.12.1", "version": "5.12.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "zulip", "name": "zulip",
"version": "5.12.1", "version": "5.12.2",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "zulip", "name": "zulip",
"productName": "Zulip", "productName": "Zulip",
"version": "5.12.1", "version": "5.12.2",
"main": "./dist-electron/index.cjs", "main": "./dist-electron/index.cjs",
"description": "Zulip Desktop App", "description": "Zulip Desktop App",
"license": "Apache-2.0", "license": "Apache-2.0",