2017-06-15, Version 8.1.2 (Current)

Release to fix broken `process.release` properties
Ref: https://github.com/nodejs/node/issues/13667
This commit is contained in:
Rod Vagg 2017-06-15 21:18:34 +10:00
parent d50a802feb
commit c7323af131
2 changed files with 11 additions and 1 deletions

View File

@ -27,7 +27,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.1.1">8.1.1</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.1.2">8.1.2</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V8.md#8.1.1">8.1.1</a>><br/>
<a href="doc/changelogs/CHANGELOG_V8.md#8.1.0">8.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V8.md#8.0.0">8.0.0</a><br/>
</td>

View File

@ -6,6 +6,7 @@
</tr>
<tr>
<td>
<a href="#8.1.2">8.1.2</a><br/>
<a href="#8.1.1">8.1.1</a><br/>
<a href="#8.1.0">8.1.0</a><br/>
<a href="#8.0.0">8.0.0</a><br/>
@ -23,6 +24,14 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
<a id="8.1.2"></a>
## 2017-06-15, Version 8.1.2 (Current), @rvagg
### Notable changes
Release to fix broken `process.release` properties
Ref: https://github.com/nodejs/node/issues/13667
<a id="8.1.1"></a>
## 2017-06-13, Version 8.1.1 (Current), @addaleax