Skip to content

Commit

Permalink
prepare 1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Nov 24, 2023
1 parent d92b964 commit 80bf53e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

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

## [1.42.1] - 2023-11-23

### Changed
- update deltachat-node and deltachat/jsonrpc-client to `v1.131.7`
- Revert "fix: check UIDNEXT with a STATUS command before going IDLE". This fixes mail.163.com which has broken STATUS command.
Expand Down Expand Up @@ -2336,7 +2340,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.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.42.1...HEAD

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

[1.42.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.41.3...v1.42.0

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

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deltachat-desktop",
"version": "1.42.0",
"version": "1.42.1",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -76,7 +76,7 @@
},
"dependencies": {
"@blueprintjs/core": "^4.1.2",
"@deltachat/jsonrpc-client": "^1.131.7",
"@deltachat/jsonrpc-client": "^1.131.6",
"@deltachat/message_parser_wasm": "^0.9.0",
"@deltachat/react-qr-reader": "^4.0.0",
"@emoji-mart/data": "1.1.2",
Expand All @@ -85,7 +85,7 @@
"application-config": "^1.0.1",
"classnames": "^2.3.1",
"debounce": "^1.2.0",
"deltachat-node": "^1.131.7",
"deltachat-node": "^1.131.6",
"emoji-js-clean": "^4.0.0",
"emoji-mart": "5.5.2",
"error-stack-parser": "^2.0.7",
Expand Down

0 comments on commit 80bf53e

Please sign in to comment.