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

Commit 7b1a3b3

Browse files
authored
Merge pull request #543 from deltachat/try-upgrading-node-gyp
fix windows make package and prepare 1.75.3
2 parents 7973922 + 6a374e9 commit 7b1a3b3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.75.3] - 2022-03-04
6+
7+
## Changed
8+
9+
- upgrade `node-gyp` to version `9.0.0` to fix the github build action not finding Visual Studio on windows
10+
511
## [1.75.2] - 2022-03-03
612

713
## Changed
@@ -1398,7 +1404,9 @@ const { C } = require('deltachat-node')
13981404

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

1401-
[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.75.2...HEAD
1407+
[unreleased]: https://github.com/deltachat/deltachat-node/compare/v1.75.3...HEAD
1408+
1409+
[1.75.3]: https://github.com/deltachat/deltachat-node/compare/v1.75.2...v1.75.3
14021410

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deltachat-node",
3-
"version": "1.75.2",
3+
"version": "1.75.3",
44
"description": "node.js bindings for deltachat-core",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -55,7 +55,7 @@
5555
"esm": "^3.2.25",
5656
"hallmark": "^2.0.0",
5757
"mocha": "^8.2.1",
58-
"node-gyp": "^6.0.0",
58+
"node-gyp": "^9.0.0",
5959
"nyc": "^15.0.0",
6060
"opn-cli": "^5.0.0",
6161
"prebuildify": "^3.0.0",

0 commit comments

Comments
 (0)