Skip to content

Commit 110c563

Browse files
committedOct 8, 2022
v7.0.0
1 parent 46fba95 commit 110c563

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ CMake.js is a Node.js native addon build tool which works (almost) *exactly* lik
88

99
- Node.js 14.15+ since CMake.js v7.0.0 (for older runtimes please use an earlier version of CMake.js). Newer versions can produce builds targetting older runtimes
1010
- [NW.js](https://github.com/nwjs/nw.js): all CMake.js based native modules are compatible with NW.js out-of-the-box, there is no [nw-gyp like magic](https://github.com/nwjs/nw.js/wiki/Using-Node-modules#3rd-party-modules-with-cc-addons) required
11-
- [Electron](https://github.com/electron/electron) (formerly known as atom-shell): out-of-the-box build support, [no post build steps required](https://github.com/electron/electron/blob/main/docs/tutorial/using-native-node-modules.md)
11+
- [Electron](https://github.com/electron/electron): out-of-the-box build support, [no post build steps required](https://github.com/electron/electron/blob/main/docs/tutorial/using-native-node-modules.md)
12+
13+
If you use `node-api` for your module instead of `nan` it should be able to run on all the runtimes above without needing to be built separately for each.
1214

1315
## Installation
1416

‎changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v7.0.0 - unreleased
1+
v7.0.0 - 08/10/22
22
==========
33

44
- update dependencies

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"node-addon-api"
2222
],
2323
"main": "lib",
24-
"version": "7.0.0-3",
24+
"version": "7.0.0",
2525
"author": "Gábor Mező aka unbornchikken",
2626
"maintainers": [
2727
{

0 commit comments

Comments
 (0)
Please sign in to comment.