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

Commit

Permalink
upgrade core to 1.79 and prepare 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed May 2, 2022
1 parent 4467495 commit 5035ad7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [1.79.0] - 2022-05-02

### Changed
- Upgrade to deltachat-core version `1.79.0`

## [1.78.0] - 2022-05-02

### Changed
Expand Down Expand Up @@ -1440,7 +1445,9 @@ const { C } = require('deltachat-node')

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

[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.78.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.79.0...HEAD

[1.79.0]: https://github.com/deltachat/deltachat-node/compare/v1.78.0...v1.79.0

[1.78.0]: https://github.com/deltachat/deltachat-node/compare/v1.77.1...v1.78.0

Expand Down
1 change: 1 addition & 0 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ module.exports = {
DC_STR_MSGLOCATIONDISABLED: 65,
DC_STR_MSGLOCATIONENABLED: 64,
DC_STR_NOMESSAGES: 1,
DC_STR_NOT_CONNECTED: 121,
DC_STR_NOT_SUPPORTED_BY_PROVIDER: 113,
DC_STR_ONE_MOMENT: 106,
DC_STR_OUTGOING_MESSAGES: 104,
Expand Down
1 change: 1 addition & 0 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export enum C {
DC_STR_MSGLOCATIONDISABLED = 65,
DC_STR_MSGLOCATIONENABLED = 64,
DC_STR_NOMESSAGES = 1,
DC_STR_NOT_CONNECTED = 121,
DC_STR_NOT_SUPPORTED_BY_PROVIDER = 113,
DC_STR_ONE_MOMENT = 106,
DC_STR_OUTGOING_MESSAGES = 104,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deltachat-node",
"version": "1.78.0",
"version": "1.79.0",
"description": "node.js bindings for deltachat-core",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5035ad7

Please sign in to comment.