diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f857fb2ec..a1eb4ba77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased][unreleased] + + +## [1.43.0] - 2024-02-14 + ### Added - ContextMenu now handles multiple sublevels #3116 - ContextMenuItem has a subitems array @@ -51,7 +55,7 @@ - Add more versions to about dialog and update the order of information #3677 - Refactor message meta data component #3678 - Use overlay in context menu #3682 -- Update local help (2024-02-14) +- Update local help (2024-02-14) #3686 ### Fixed - Silently fail when notifications are not supported by OS #3613 @@ -2421,7 +2425,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.42.2...HEAD +[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.43.0...HEAD + +[1.43.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.2...v1.43.0 [1.42.2]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.1...v1.42.2 diff --git a/package-lock.json b/package-lock.json index 6b44f6f056..5b8cf6410b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deltachat-desktop", - "version": "1.42.2", + "version": "1.43.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deltachat-desktop", - "version": "1.42.2", + "version": "1.43.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 538940eba5..15d5477306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deltachat-desktop", - "version": "1.42.2", + "version": "1.43.0", "description": "Desktop Application for delta.chat", "main": "index.js", "scripts": {