From 204734b6ec8ce9f50f13bd09c46b9698a40248b1 Mon Sep 17 00:00:00 2001 From: Benjamin Byholm Date: Fri, 11 Oct 2024 07:42:38 +0300 Subject: [PATCH] Prepare for 2.22.0 --- CHANGELOG.md | 6 +++++- README.md | 4 ++-- nan.h | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201ec98e..3c674b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # NAN ChangeLog -**Version 2.21.0: current Node 22.9.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1** +**Version 2.22.0: current Node 22.9.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1** + +### 2.22.0 Oct 11 2024 + + - Feature: replace SetAccessor -> SetNativeDataProperty (#977) 6bd62c9a0004339d5d1e18a945c84929d0f6b808 ### 2.21.0 Oct 10 2024 diff --git a/README.md b/README.md index 68775b31..047cb07d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ Native Abstractions for Node.js =============================== -**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, 20, 21 and 22.** +**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, 20, 21, 22 and 23.** -***Current version: 2.21.0*** +***Current version: 2.22.0*** *(See [CHANGELOG.md](https://github.com/nodejs/nan/blob/master/CHANGELOG.md) for complete ChangeLog)* diff --git a/nan.h b/nan.h index 13939a3b..1ac7f742 100644 --- a/nan.h +++ b/nan.h @@ -13,7 +13,7 @@ * * MIT License * - * Version 2.21.0: current Node 22.9.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1 + * Version 2.22.0: current Node 22.9.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1 * * See https://github.com/nodejs/nan for the latest update to this file **********************************************************************************/ diff --git a/package.json b/package.json index 0d32ed14..8eafa502 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nan", "version": "2.21.0", - "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 compatibility", + "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility", "main": "include_dirs.js", "repository": { "type": "git",