Skip to content

Commit e28f8ee

Browse files
committed
2019-05-22, Version v12.3.1 (Current)
This release fixes a regression introduced in v12.3.0 that prevents native addons from compiling. PR-URL: #27814
1 parent 7438a55 commit e28f8ee

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ release.
2929
</tr>
3030
<tr>
3131
<td valign="top">
32-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.3.0">12.3.0</a></b><br/>
32+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.3.1">12.3.1</a></b><br/>
33+
<a href="doc/changelogs/CHANGELOG_V12.md#12.3.0">12.3.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V12.md#12.2.0">12.2.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V12.md#12.1.0">12.1.0</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>

doc/changelogs/CHANGELOG_V12.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#12.3.1">12.3.1</a><br/>
1213
<a href="#12.3.0">12.3.0</a><br/>
1314
<a href="#12.2.0">12.2.0</a><br/>
1415
<a href="#12.1.0">12.1.0</a><br/>
@@ -31,6 +32,19 @@
3132
* [io.js](CHANGELOG_IOJS.md)
3233
* [Archive](CHANGELOG_ARCHIVE.md)
3334

35+
<a id="12.3.1"></a>
36+
## 2019-05-22, Version 12.3.1 (Current), @BridgeAR
37+
38+
### Notable changes
39+
40+
This release fixes a regression introduced in v12.3.0 that prevents native addons from compiling.
41+
42+
### Commits
43+
44+
* [[`aed74ccb4c`](https://github.com/nodejs/node/commit/aed74ccb4c)] - **deps**: upgrade to libuv 1.29.1 (cjihrig) [#27718](https://github.com/nodejs/node/pull/27718)
45+
* [[`7438a557af`](https://github.com/nodejs/node/commit/7438a557af)] - **src**: remove util-inl.h include in node.h (Anna Henningsen) [#27804](https://github.com/nodejs/node/pull/27804)
46+
* [[`6f7005465a`](https://github.com/nodejs/node/commit/6f7005465a)] - **src, lib**: take control of prepareStackTrace (Gus Caplan) [#23926](https://github.com/nodejs/node/pull/23926)
47+
3448
<a id="12.3.0"></a>
3549
## 2019-05-21, Version 12.3.0 (Current), @BridgeAR
3650

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
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)