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

Commit

Permalink
Prepare for v1.0.0-beta.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikstra committed Jan 24, 2020
1 parent 0e0751f commit d639016
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@

## [Unreleased][unreleased]

## [1.0.0-beta.23] - 2019-01-24

### Added

- Add typescript support @nicodh #406

### Changed

- Update deltachat-core-rust to `1.0.0-beta.23` @jikstra
- Update release instructions @lefherz @jikstra
- Run node-gyp and node-gyp build via npx @link2xt

## Removed

- Remove `dc_msg_has_deviating_timestamp` prototype @link2xt


## [1.0.0-beta.22] - 2019-12-25

### Changed
Expand Down Expand Up @@ -870,7 +887,9 @@

:seedling: Initial release.

[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.0.0-beta.22...HEAD
[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.0.0-beta.23...HEAD

[1.0.0-beta.22]: https://github.com/deltachat/deltachat-node/compare/v1.0.0-beta.22.1...v1.0.0-beta.23

[1.0.0-beta.22]: https://github.com/deltachat/deltachat-node/compare/v1.0.0-beta.21...v1.0.0-beta.22

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "deltachat-node",
"version": "1.0.0-beta.22.1",
"version": "1.0.0-beta.23",
"description": "node.js bindings for deltachat-core",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit d639016

Please sign in to comment.