From 2d71371ab685dc5f024795cd0ba7d59fa14bf299 Mon Sep 17 00:00:00 2001 From: SimonLaux Date: Fri, 8 Sep 2023 14:45:18 +0200 Subject: [PATCH] prepare 1.40.3 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a144f2e5d2..e0f0a6a7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ### Added +### Changed + +### Fixed + + + + +## [1.40.3] - 2023-09-08 + ### Changed - Offer to copy non-HTTP links to the clipboard instead of trying to open them. @@ -2150,7 +2159,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.40.2-fixed-tag...HEAD +[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.40.3...HEAD + +[1.40.3]: https://github.com/deltachat/deltachat-desktop/compare/v1.40.2-fixed-tag...v1.40.3 [1.40.2]: https://github.com/deltachat/deltachat-desktop/compare/v1.40.1...v1.40.2-fixed-tag diff --git a/package-lock.json b/package-lock.json index 7de0b19aed..e044ab4fdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deltachat-desktop", - "version": "1.40.2", + "version": "1.40.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deltachat-desktop", - "version": "1.40.2", + "version": "1.40.3", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index e4d346203c..486fb191d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deltachat-desktop", - "version": "1.40.2", + "version": "1.40.3", "description": "Desktop Application for delta.chat", "main": "index.js", "scripts": {