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

Commit

Permalink
Merge pull request #543 from deltachat/try-upgrading-node-gyp
Browse files Browse the repository at this point in the history
fix windows make package and prepare 1.75.3
  • Loading branch information
Jikstra authored Mar 4, 2022
2 parents 7973922 + 6a374e9 commit 7b1a3b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [1.75.3] - 2022-03-04

## Changed

- upgrade `node-gyp` to version `9.0.0` to fix the github build action not finding Visual Studio on windows

## [1.75.2] - 2022-03-03

## Changed
Expand Down Expand Up @@ -1398,7 +1404,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.75.2...HEAD
[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.75.3...HEAD

[1.75.3]: https://github.com/deltachat/deltachat-node/compare/v1.75.2...v1.75.3

[1.75.2]: https://github.com/deltachat/deltachat-node/compare/v1.75.1...v1.75.2

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deltachat-node",
"version": "1.75.2",
"version": "1.75.3",
"description": "node.js bindings for deltachat-core",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -55,7 +55,7 @@
"esm": "^3.2.25",
"hallmark": "^2.0.0",
"mocha": "^8.2.1",
"node-gyp": "^6.0.0",
"node-gyp": "^9.0.0",
"nyc": "^15.0.0",
"opn-cli": "^5.0.0",
"prebuildify": "^3.0.0",
Expand Down

0 comments on commit 7b1a3b3

Please sign in to comment.