This repository was archived by the owner on Jul 4, 2023. It is now read-only.
File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] [ unreleased ]
4
4
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
+
5
11
## [ 1.75.2] - 2022-03-03
6
12
7
13
## Changed
@@ -1398,7 +1404,9 @@ const { C } = require('deltachat-node')
1398
1404
1399
1405
- Remove ` dc_msg_has_deviating_timestamp ` prototype [ ** @link2xt ** ] ( https://github.com/link2xt )
1400
1406
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
1402
1410
1403
1411
[ 1.75.2 ] : https://github.com/deltachat/deltachat-node/compare/v1.75.1...v1.75.2
1404
1412
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " deltachat-node" ,
3
- "version" : " 1.75.2 " ,
3
+ "version" : " 1.75.3 " ,
4
4
"description" : " node.js bindings for deltachat-core" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
55
55
"esm" : " ^3.2.25" ,
56
56
"hallmark" : " ^2.0.0" ,
57
57
"mocha" : " ^8.2.1" ,
58
- "node-gyp" : " ^6 .0.0" ,
58
+ "node-gyp" : " ^9 .0.0" ,
59
59
"nyc" : " ^15.0.0" ,
60
60
"opn-cli" : " ^5.0.0" ,
61
61
"prebuildify" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments