Skip to content

Commit

Permalink
prepare 1.42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Dec 2, 2023
1 parent a854b5a commit 9da03dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

## [Unreleased][unreleased]

<a id="1_42_2"></a>

## [1.42.2] - 2023-12-02

### Changed
- update deltachat-node and deltachat/jsonrpc-client to `v1.131.9`
- more fixes for mail.163.com
- update esbuild to v0.19.8

### Fixed
- log error when webxdc status update send fails

### Fixed
- make starting of html email view more reliable (remove race condition)

<a id="1_42_1"></a>
Expand Down Expand Up @@ -2351,7 +2353,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.1...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.2...HEAD

[1.42.2]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.1...v1.42.2

[1.42.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.0...v1.42.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deltachat-desktop",
"version": "1.42.1",
"version": "1.42.2",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9da03dd

Please sign in to comment.