Skip to content

Commit cd7e82c

Browse files
committedJun 3, 2022
v7.0.0-1
1 parent 28ccd3f commit cd7e82c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
 

‎changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
v6.3.0 - 26/11/21
210
==========
311

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"boost"
1717
],
1818
"main": "lib",
19-
"version": "7.0.0-0",
19+
"version": "7.0.0-1",
2020
"author": "Gábor Mező aka unbornchikken",
2121
"maintainers": [
2222
{
@@ -63,6 +63,8 @@
6363
"files": [
6464
"lib",
6565
"bin",
66-
"*.md"
66+
"*.md",
67+
"bindings.js",
68+
"bindings.d.ts"
6769
]
6870
}

0 commit comments

Comments
 (0)
Please sign in to comment.