From c04da97aa768ae0423c77c7caeb0082c19e60c8a Mon Sep 17 00:00:00 2001 From: Nico de Haen Date: Wed, 18 Dec 2024 12:12:07 +0100 Subject: [PATCH] Release v1.50.1 (#4424) --- CHANGELOG.md | 12 ++++++++++-- package.json | 2 +- packages/target-browser/package.json | 2 +- packages/target-electron/package.json | 2 +- packages/target-tauri/package.json | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd4596174..7a0fc6bdb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,19 @@ ## Added +## Changed + +## Fixed + +## [1.50.1] - 2024-12-18 + ## Changed - Update `@deltachat/stdio-rpc-server` and `deltachat/jsonrpc-client` to `1.152.1` ## Fixed - downgrade rust in core to avoid wrong Windows malware detection https://github.com/deltachat/deltachat-core-rust/issues/6338 -## [1.50.0] - 17.12.2024 +## [1.50.0] - 2024-12-17 ## Added - show specific notifications for webxdc events #4400 @@ -3027,7 +3033,9 @@ This section is only relevant to contributors. **Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy) -[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.50.0...HEAD +[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.50.1...HEAD + +[1.50.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.50.0...v1.50.1 [1.50.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.49.0...v1.50.0 diff --git a/package.json b/package.json index 088e89cdcb..aa365a54de 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": "true", "name": "deltachat-desktop", "type": "module", - "version": "1.50.0", + "version": "1.50.1", "scripts": { "preinstall": "node ./bin/check-nodejs-version.js", "check": "pnpm check:types && pnpm check:lint && pnpm check:format && pnpm check:target-versions && pnpm check:log-conventions", diff --git a/packages/target-browser/package.json b/packages/target-browser/package.json index bc64f0cf34..5507e89735 100644 --- a/packages/target-browser/package.json +++ b/packages/target-browser/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@deltachat-desktop/target-browser", "type": "module", - "version": "1.50.0", + "version": "1.50.1", "license": "GPL-3.0-or-later", "scripts": { "check:types": "tsc --noEmit && tsc --noEmit -p runtime-browser", diff --git a/packages/target-electron/package.json b/packages/target-electron/package.json index 2b5770bb82..5764d738df 100644 --- a/packages/target-electron/package.json +++ b/packages/target-electron/package.json @@ -2,7 +2,7 @@ "private": true, "type": "module", "name": "@deltachat-desktop/target-electron", - "version": "1.50.0", + "version": "1.50.1", "description": "Desktop Application for delta.chat", "repository": { "type": "git", diff --git a/packages/target-tauri/package.json b/packages/target-tauri/package.json index 0e78f18cd6..02924be0b2 100644 --- a/packages/target-tauri/package.json +++ b/packages/target-tauri/package.json @@ -3,5 +3,5 @@ "name": "deltachat-desktop-tauri", "type": "module", "license": "GPL-3.0-or-later", - "version": "1.50.0" + "version": "1.50.1" }