Skip to content

Commit c253926

Browse files
committed
Prepare for 2.18.0
1 parent bdfee17 commit c253926

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3-
**Version 2.17.0: current Node 18.10.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
3+
**Version 2.18.0: current Node 20.6.1, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
4+
5+
### 2.18.0 Sep 12 2023
6+
7+
- Feature: Cast v8::Object::GetInternalField() return value to v8::Value (#956) bdfee1788239f735b67fe6b46b1439da755e9b62
48

59
### 2.17.0 Oct 10 2022
610

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 0.8, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 and 20.**
55

6-
***Current version: 2.17.0***
6+
***Current version: 2.18.0***
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.17.0: current Node 20.0.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1
16+
* Version 2.18.0: current Node 20.6.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)