Skip to content

Commit 36cb7bd

Browse files
committed
Prepare for 2.26.2
1 parent 794124c commit 36cb7bd

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# NAN ChangeLog
22

3-
**Version 2.26.1: current Node 25.8.1, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
3+
**Version 2.26.2: current Node 25.8.1, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
4+
5+
### 2.26.2 Mar 18 2026
6+
- Bugfix: Fix nan_weak.h for V8 >= 14.2.194 (missing EmbedderDataTypeTag) (#1013) 794124c493555106eebaa3e82c0d6147d0213183
47

58
### 2.26.1 Mar 17 2026
69
- Bugfix: remove unintended copy-pasted line (#1011) 0456abb33a3ce412b644c45fb8401776d2f647eb

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Native Abstractions for Node.js
33

44
**A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions 8, 10, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24 and 25.**
55

6-
***Current version: 2.26.1***
6+
***Current version: 2.26.2***
77

88
*(See [CHANGELOG.md](https://github.com/nodejs/nan/blob/master/CHANGELOG.md) for complete ChangeLog)*
99

nan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* MIT License <https://github.com/nodejs/nan/blob/master/LICENSE.md>
1515
*
16-
* Version 2.26.1: current Node 25.8.1, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1
16+
* Version 2.26.2: current Node 25.8.1, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1
1717
*
1818
* See https://github.com/nodejs/nan for the latest update to this file
1919
**********************************************************************************/

0 commit comments

Comments
 (0)