We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ccd3f commit cd7e82cCopy full SHA for cd7e82c
changelog.md
@@ -1,3 +1,11 @@
1
+v7.0.0 - unreleased
2
+==========
3
+
4
+- update dependencies
5
+- replace some dependencies with modern language features
6
+- prototype bindings loader and prebuildify-like system
7
+- fix support for cross-compiling on macos
8
9
v6.3.0 - 26/11/21
10
==========
11
package.json
@@ -16,7 +16,7 @@
16
"boost"
17
],
18
"main": "lib",
19
- "version": "7.0.0-0",
+ "version": "7.0.0-1",
20
"author": "Gábor Mező aka unbornchikken",
21
"maintainers": [
22
{
@@ -63,6 +63,8 @@
63
"files": [
64
"lib",
65
"bin",
66
- "*.md"
+ "*.md",
67
+ "bindings.js",
68
+ "bindings.d.ts"
69
]
70
}
0 commit comments