File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
2828</tr >
2929<tr >
3030 <td valign="top">
31- <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.13.1 " >12.13.1</a ></b ><br />
31+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.14.0 " >12.14.0</a ></b ><br />
32+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.13.1 " >12.13.1</a ><br />
3233<a href =" doc/changelogs/CHANGELOG_V12.md#12.13.0 " >12.13.0</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V12.md#12.12.0 " >12.12.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V12.md#12.11.1 " >12.11.1</a ><br />
Original file line number Diff line number Diff line change 1010</tr >
1111<tr >
1212<td valign =" top " >
13+ <a href =" #12.14.0 " >12.14.0</a ><br />
1314<a href =" #12.13.1 " >12.13.1</a ><br />
1415<a href =" #12.13.0 " >12.13.0</a ><br />
1516</td >
4950 * [ io.js] ( CHANGELOG_IOJS.md )
5051 * [ Archive] ( CHANGELOG_ARCHIVE.md )
5152
53+ <a id =" 12.14.0 " ></a >
54+ ## 2019-12-17, Version 12.14.0 'Erbium' (LTS), @MylesBorins
55+
56+ This is a security release.
57+
58+ For more details about the vulnerability please consult the npm blog:
59+
60+ https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
61+
62+ ### Notable changes
63+
64+ * ** deps** : update npm to 6.13.4 [ #30904 ] ( https://github.com/nodejs/node/pull/30904 )
65+
66+ ### Commits
67+
68+ * [[ ` f01959a616 ` ] ( https://github.com/nodejs/node/commit/f01959a616 )] - ** build,win** : add test-ci-native and test-ci-js (João Reis) [ #30724 ] ( https://github.com/nodejs/node/pull/30724 )
69+ * [[ ` d586682b0b ` ] ( https://github.com/nodejs/node/commit/d586682b0b )] - ** deps** : update npm to 6.13.4 (Ruy Adorno) [ #30904 ] ( https://github.com/nodejs/node/pull/30904 )
70+
5271<a id =" 12.13.1 " ></a >
5372## 2019-11-19, Version 12.13.1 'Erbium' (LTS), @targos
5473
Original file line number Diff line number Diff line change 2323#define SRC_NODE_VERSION_H_
2424
2525#define NODE_MAJOR_VERSION 12
26- #define NODE_MINOR_VERSION 13
27- #define NODE_PATCH_VERSION 2
26+ #define NODE_MINOR_VERSION 14
27+ #define NODE_PATCH_VERSION 0
2828
2929#define NODE_VERSION_IS_LTS 1
3030#define NODE_VERSION_LTS_CODENAME "Erbium"
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)
You can’t perform that action at this time.
0 commit comments