We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a0f84 commit a1c1014Copy full SHA for a1c1014
changelog.md
@@ -1,3 +1,10 @@
1
+v7.2.0 - 12/02/23
2
+==========
3
+
4
+- fix: `-DCMAKE_JS_VERSION=undefined` (#298)
5
+- fix: Only add build type to `CMAKE_LIBRARY_OUTPUT_DIRECTORY` if needed (#299)
6
+- feat: Forward extra arguments to CMake commands (#297)
7
8
v7.1.1 - 15/12/22
9
==========
10
package.json
@@ -21,7 +21,7 @@
21
"node-addon-api"
22
],
23
"main": "lib",
24
- "version": "7.1.1",
+ "version": "7.2.0",
25
"author": "Gábor Mező aka unbornchikken",
26
"maintainers": [
27
{
0 commit comments