Skip to content

Commit d3dbe3a

Browse files
committed
2018-11-29, Version 10.14.1 'Dubnium' (LTS)
Notable Changes: * **win/msi**: Revert changes to installer causing issues on Windows systems. PR-URL: #24711
1 parent 9e293c1 commit d3dbe3a

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
@@ -31,7 +31,8 @@ release.
3131
</tr>
3232
<tr>
3333
<td valign="top">
34-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.14.0">10.14.0</a></b><br/>
34+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.14.1">10.14.1</a></b><br/>
35+
<a href="doc/changelogs/CHANGELOG_V10.md#10.14.0">10.14.0</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V10.md#10.13.0">10.13.0</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V10.md#10.12.0">10.12.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.11.0">10.11.0</a><br/>

doc/changelogs/CHANGELOG_V10.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td valign="top">
13+
<a href="#10.14.1">10.14.1</a><br/>
1314
<a href="#10.14.0">10.14.0</a><br/>
1415
<a href="#10.13.0">10.13.0</a><br/>
1516
</td>
@@ -45,6 +46,19 @@
4546
* [io.js](CHANGELOG_IOJS.md)
4647
* [Archive](CHANGELOG_ARCHIVE.md)
4748

49+
<a id="10.14.1"></a>
50+
## 2018-11-29, Version 10.14.1 'Dubnium' (LTS), @MylesBorins
51+
52+
### Notable Changes
53+
54+
* **win/msi**: Revert changes to installer causing issues on Windows systems.
55+
56+
### Commits
57+
58+
* [[`5d17bf1e13`](https://github.com/nodejs/node/commit/5d17bf1e13)] - **win**: add prompt to tools installation script (João Reis) [#23987](https://github.com/nodejs/node/pull/23987)
59+
* [[`589f0d2192`](https://github.com/nodejs/node/commit/589f0d2192)] - **win**: clarify Boxstarter behavior on install tools (Rob Reynolds) [#23987](https://github.com/nodejs/node/pull/23987)
60+
* [[`9e293c1328`](https://github.com/nodejs/node/commit/9e293c1328)] - ***Revert*** "**win,msi**: install tools for native modules" (Refael Ackermann) [#24344](https://github.com/nodejs/node/pull/24344)
61+
4862
<a id="10.14.0"></a>
4963
## 2018-11-27, Version 10.14.0 'Dubnium' (LTS), @rvagg
5064

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 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)