Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit 1e90032

Browse files
committed
Prepare for v1.77.0
1 parent 0b65b81 commit 1e90032

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.77.0] - 2022-04-14
6+
57
## Removed
68
- `createTempUser()`
79

@@ -1417,7 +1419,9 @@ const { C } = require('deltachat-node')
14171419

14181420
- Remove `dc_msg_has_deviating_timestamp` prototype [**@link2xt**](https://github.com/link2xt)
14191421

1420-
[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.76.0...HEAD
1422+
[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.77.0...HEAD
1423+
1424+
[1.77.0]: https://github.com/deltachat/deltachat-node/compare/v1.76.0...v1.77.0
14211425

14221426
[1.76.0]: https://github.com/deltachat/deltachat-node/compare/v1.75.3...v1.76.0
14231427

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deltachat-node",
3-
"version": "1.76.0",
3+
"version": "1.77.0",
44
"description": "node.js bindings for deltachat-core",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)