Skip to content

Commit 838777c

Browse files
committed
2020-10-27, Version 10.23.0 'Dubnium' (LTS)
Notable changes: - deps: - upgrade npm to 6.14.8 (Ruy Adorno) #34834 - n-api: - create N-API version 7 (Gabriel Schulhof) #35199 - expose napi_build_version variable (NickNaso) #27835 - tools: - add debug entitlements for macOS 10.15+ (Gabriele Greco) #34378 PR-URL: #35544
1 parent eee9412 commit 838777c

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
3434
</td>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.22.1">10.22.1</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.23.0">10.23.0</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V10.md#10.22.1">10.22.1</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.22.0">10.22.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V10.md#10.21.0">10.21.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V10.md#10.20.1">10.20.1</a><br/>

doc/changelogs/CHANGELOG_V10.md

+27
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td valign="top">
13+
<a href="#10.23.0">10.23.0</a><br/>
1314
<a href="#10.22.1">10.22.1</a><br/>
1415
<a href="#10.22.0">10.22.0</a><br/>
1516
<a href="#10.21.0">10.21.0</a><br/>
@@ -64,6 +65,32 @@
6465
* [io.js](CHANGELOG_IOJS.md)
6566
* [Archive](CHANGELOG_ARCHIVE.md)
6667

68+
<a id="10.23.0"></a>
69+
## 2020-10-27, Version 10.23.0 'Dubnium' (LTS), @richardlau
70+
71+
### Notable changes
72+
73+
* **deps**:
74+
* upgrade npm to 6.14.8 (Ruy Adorno) [#34834](https://github.com./nodejs/node/pull/34834)
75+
* **n-api**:
76+
* create N-API version 7 (Gabriel Schulhof) [#35199](https://github.com./nodejs/node/pull/35199)
77+
* expose napi_build_version variable (NickNaso) [#27835](https://github.com./nodejs/node/pull/27835)
78+
* **tools**:
79+
* add debug entitlements for macOS 10.15+ (Gabriele Greco) [#34378](https://github.com./nodejs/node/pull/34378)
80+
81+
### Commits
82+
83+
* [[`b83f9a56fc`](https://github.com./nodejs/node/commit/b83f9a56fc)] - **build**: expose napi_build_version variable (NickNaso) [#27835](https://github.com./nodejs/node/pull/27835)
84+
* [[`020ba1a2b8`](https://github.com./nodejs/node/commit/020ba1a2b8)] - **build**: enable backtrace when V8 is built for PPC and S390x (Michaël Zasso) [#32113](https://github.com./nodejs/node/pull/32113)
85+
* [[`eee9412a8c`](https://github.com./nodejs/node/commit/eee9412a8c)] - **deps**: upgrade npm to 6.14.8 (Ruy Adorno) [#34834](https://github.com./nodejs/node/pull/34834)
86+
* [[`038593d5ff`](https://github.com./nodejs/node/commit/038593d5ff)] - **deps**: upgrade npm to 6.14.7 (claudiahdz) [#34468](https://github.com./nodejs/node/pull/34468)
87+
* [[`3564424625`](https://github.com./nodejs/node/commit/3564424625)] - **deps**: V8: cherry-pick eec10a2fd8fa (Stephen Belanger) [#33778](https://github.com./nodejs/node/pull/33778)
88+
* [[`e9e86e1b60`](https://github.com./nodejs/node/commit/e9e86e1b60)] - **http2**: support non-empty DATA frame with END_STREAM flag (Carlos Lopez) [#33875](https://github.com./nodejs/node/pull/33875)
89+
* [[`751820b6c2`](https://github.com./nodejs/node/commit/751820b6c2)] - **http2,doc**: minor fixes (Alba Mendez) [#28044](https://github.com./nodejs/node/pull/28044)
90+
* [[`54c2bc2e62`](https://github.com./nodejs/node/commit/54c2bc2e62)] - **(SEMVER-MINOR)** **n-api**: create N-API version 7 (Gabriel Schulhof) [#35199](https://github.com./nodejs/node/pull/35199)
91+
* [[`2eb627301c`](https://github.com./nodejs/node/commit/2eb627301c)] - **src**: allows escaping NODE_OPTIONS with backslashes (Maël Nison) [#24065](https://github.com./nodejs/node/pull/24065)
92+
* [[`ee11ab50a7`](https://github.com./nodejs/node/commit/ee11ab50a7)] - **tools**: add debug entitlements for macOS 10.15+ (Gabriele Greco) [#34378](https://github.com./nodejs/node/pull/34378)
93+
6794
<a id="10.22.1"></a>
6895
## 2020-09-15, Version 10.22.1 'Dubnium' (LTS), @BethGriggs
6996

src/node_version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
#define SRC_NODE_VERSION_H_
2424

2525
#define NODE_MAJOR_VERSION 10
26-
#define NODE_MINOR_VERSION 22
27-
#define NODE_PATCH_VERSION 2
26+
#define NODE_MINOR_VERSION 23
27+
#define NODE_PATCH_VERSION 0
2828

2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Dubnium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)