diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eee5996b1..59f9a687ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ ### Changed ### Fixed - - fix blocked composer after secure join #3917 + + + +## [1.46.5] - 2024-08-19 + +### Fixed +- fix blocked composer after secure join #3917 @@ -2782,7 +2788,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.46.4...HEAD +[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.5...HEAD + +[1.46.5]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.4...v1.46.5 [1.46.4]: https://github.com/deltachat/deltachat-desktop/compare/v1.46.3...v1.46.4 diff --git a/package-lock.json b/package-lock.json index 3925409000..fc78d7080d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "deltachat-desktop", - "version": "1.46.4", + "version": "1.46.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deltachat-desktop", - "version": "1.46.4", + "version": "1.46.5", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { "@blueprintjs/core": "^4.20.2", - "@deltachat/jsonrpc-client": "^1.142.6", + "@deltachat/jsonrpc-client": "^1.142.7", "@deltachat/message_parser_wasm": "^0.11.0", - "@deltachat/stdio-rpc-server": "^1.142.6", + "@deltachat/stdio-rpc-server": "^1.142.7", "@emoji-mart/data": "1.1.2", "@emoji-mart/react": "1.1.1", "application-config": "^1.0.1", diff --git a/package.json b/package.json index a0498e7b74..573d1093cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deltachat-desktop", - "version": "1.46.4", + "version": "1.46.5", "description": "Desktop Application for delta.chat", "main": "index.js", "type": "module",