Skip to content

Commit 94365f0

Browse files
committed
2019-12-17, Version 10.18.0 'Dubnium' (LTS)
This is a security release. For more details about the vulnerability please consult the npm blog: https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli Notable Changes: * deps: update npm to 6.13.4 #30904 PR-URL: #30940
1 parent 54a466a commit 94365f0

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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.17.0">10.17.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.18.0">10.18.0</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V10.md#10.17.0">10.17.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.16.3">10.16.3</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V10.md#10.16.2">10.16.2</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V10.md#10.16.1">10.16.1</a><br/>

doc/changelogs/CHANGELOG_V10.md

Lines changed: 19 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.18.0">10.18.0</a><br/>
1314
<a href="#10.17.0">10.17.0</a><br/>
1415
<a href="#10.16.3">10.16.3</a><br/>
1516
<a href="#10.16.2">10.16.2</a><br/>
@@ -56,6 +57,24 @@
5657
* [io.js](CHANGELOG_IOJS.md)
5758
* [Archive](CHANGELOG_ARCHIVE.md)
5859

60+
<a id="10.18.0"></a>
61+
## 2019-12-17, Version 10.18.0 'Dubnium' (LTS), @MylesBorins
62+
63+
This is a security release.
64+
65+
For more details about the vulnerability please consult the npm blog:
66+
67+
https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
68+
69+
### Notable changes
70+
71+
* **deps**: update npm to 6.13.4 [#30904](https://github.com/nodejs/node/pull/30904)
72+
73+
### Commits
74+
75+
* [[`54a466a865`](https://github.com/nodejs/node/commit/54a466a865)] - **build,win**: add test-ci-native and test-ci-js (João Reis) [#30724](https://github.com/nodejs/node/pull/30724)
76+
* [[`f9b31edb25`](https://github.com/nodejs/node/commit/f9b31edb25)] - **deps**: update npm to 6.13.4 (Isaac Z. Schlueter) [#30904](https://github.com/nodejs/node/pull/30904)
77+
5978
<a id="10.17.0"></a>
6079
## 2019-10-22, Version 10.17.0 'Dubnium' (LTS), @BethGriggs
6180

src/node_version.h

Lines changed: 3 additions & 3 deletions
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 17
27-
#define NODE_PATCH_VERSION 1
26+
#define NODE_MINOR_VERSION 18
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)