Skip to content

Commit

Permalink
2019-12-17, Version 8.17.0 'Carbon' (LTS)
Browse files Browse the repository at this point in the history
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: #30941
  • Loading branch information
MylesBorins committed Dec 16, 2019
1 parent 208b813 commit 456bc88
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -27,7 +27,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.16.2">8.16.2</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.17.0">8.17.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V8.md#8.16.2">8.16.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V8.md#8.16.1">8.16.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V8.md#8.16.0">8.16.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V8.md#8.15.1">8.15.1</a><br/>
Expand Down
19 changes: 19 additions & 0 deletions doc/changelogs/CHANGELOG_V8.md
Expand Up @@ -10,6 +10,7 @@
</tr>
<tr>
<td valign="top">
<a href="#8.17.0">8.17.0</a><br/>
<a href="#8.16.2">8.16.2</a><br/>
<a href="#8.16.1">8.16.1</a><br/>
<a href="#8.16.0">8.16.0</a><br/>
Expand Down Expand Up @@ -65,6 +66,24 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2019 and maintained until December 2019.

<a id="8.17.0"></a>
## 2019-12-17, Version 8.17.0 'Carbon' (LTS), @MylesBorins

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](https://github.com/nodejs/node/pull/30904)

### Commits

* [[`208b813e49`](https://github.com/nodejs/node/commit/208b813e49)] - **build,win**: add test-ci-native and test-ci-js (João Reis) [#30724](https://github.com/nodejs/node/pull/30724)
* [[`369a23a670`](https://github.com/nodejs/node/commit/369a23a670)] - **deps**: update npm to 6.13.4 (Audrey Eschright) [#30904](https://github.com/nodejs/node/pull/30904)

<a id="8.16.2"></a>
## 2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggs

Expand Down
6 changes: 3 additions & 3 deletions src/node_version.h
Expand Up @@ -23,13 +23,13 @@
#define SRC_NODE_VERSION_H_

#define NODE_MAJOR_VERSION 8
#define NODE_MINOR_VERSION 16
#define NODE_PATCH_VERSION 3
#define NODE_MINOR_VERSION 17
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Carbon"

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 456bc88

Please sign in to comment.