Skip to content

Commit a1c1014

Browse files
committedFeb 12, 2023
v7.2.0
1 parent 46a0f84 commit a1c1014

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
v7.1.1 - 15/12/22
29
==========
310

‎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.1.1",
24+
"version": "7.2.0",
2525
"author": "Gábor Mező aka unbornchikken",
2626
"maintainers": [
2727
{

0 commit comments

Comments
 (0)
Please sign in to comment.