diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68ae334fd51fb0..fbe6611679bf73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,7 +26,8 @@ release.
-6.12.0
+6.12.1
+6.12.0
6.11.5
6.11.4
6.11.3
diff --git a/doc/changelogs/CHANGELOG_V6.md b/doc/changelogs/CHANGELOG_V6.md
index 19c1c8de35dc2a..ea18f997ceeaa1 100644
--- a/doc/changelogs/CHANGELOG_V6.md
+++ b/doc/changelogs/CHANGELOG_V6.md
@@ -7,6 +7,7 @@
|
+6.12.1
6.12.0
6.11.5
6.11.4
@@ -55,6 +56,247 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2018 and maintained until April 2019.
+
+## 2017-12-05, Version 6.12.1 'Boron' (LTS), @MylesBorins
+
+### Notable Changes
+
+Coming Soon
+
+### Commits
+
+* [[`8ddf54648a`](https://github.com/nodejs/node/commit/8ddf54648a)] - **assert**: fix actual and expected order (Steve Jenkins) [#15866](https://github.com/nodejs/node/pull/15866)
+* [[`e0fab59207`](https://github.com/nodejs/node/commit/e0fab59207)] - **build**: skip bin override on windows (Hitesh Kanwathirtha) [#16460](https://github.com/nodejs/node/pull/16460)
+* [[`632e166144`](https://github.com/nodejs/node/commit/632e166144)] - **build**: fix npm install with --shared (Ben Noordhuis) [#16438](https://github.com/nodejs/node/pull/16438)
+* [[`c965349d73`](https://github.com/nodejs/node/commit/c965349d73)] - **build**: correct minor typo in lttng help message (Daniel Bevenius) [#16101](https://github.com/nodejs/node/pull/16101)
+* [[`e5d6872b97`](https://github.com/nodejs/node/commit/e5d6872b97)] - **build**: ignore empty folders in test-addons (Gregor) [#16031](https://github.com/nodejs/node/pull/16031)
+* [[`85f90a1e98`](https://github.com/nodejs/node/commit/85f90a1e98)] - **build**: use bin override if no `python` in PATH (Bradley T. Hughes) [#16241](https://github.com/nodejs/node/pull/16241)
+* [[`49908b1f6c`](https://github.com/nodejs/node/commit/49908b1f6c)] - **build**: allow build with system python 3 (Emily Marigold Klassen) [#16058](https://github.com/nodejs/node/pull/16058)
+* [[`231c8fa2fb`](https://github.com/nodejs/node/commit/231c8fa2fb)] - **build, windows**: use /bigobj for debug builds (Nikolai Vavilov) [#16289](https://github.com/nodejs/node/pull/16289)
+* [[`d2219e53ec`](https://github.com/nodejs/node/commit/d2219e53ec)] - **build,win**: set /MP separately in Debug and Release (Nikolai Vavilov) [#16415](https://github.com/nodejs/node/pull/16415)
+* [[`824d974032`](https://github.com/nodejs/node/commit/824d974032)] - **build,win**: use /MP for debug builds (Nikolai Vavilov) [#16333](https://github.com/nodejs/node/pull/16333)
+* [[`3e6a7e179b`](https://github.com/nodejs/node/commit/3e6a7e179b)] - **child_process**: set shell to false in fork() (Alex Gresnel) [#15352](https://github.com/nodejs/node/pull/15352)
+* [[`12036afbda`](https://github.com/nodejs/node/commit/12036afbda)] - **crypto**: fix error of createCipher in wrap mode (Shigeki Ohtsu) [#15037](https://github.com/nodejs/node/pull/15037)
+* [[`11256f7b20`](https://github.com/nodejs/node/commit/11256f7b20)] - **crypto**: warn if counter mode used in createCipher (Shigeki Ohtsu) [#13821](https://github.com/nodejs/node/pull/13821)
+* [[`f6716908f2`](https://github.com/nodejs/node/commit/f6716908f2)] - **doc**: more accurate zlib windowBits information (Anna Henningsen) [#16511](https://github.com/nodejs/node/pull/16511)
+* [[`acfc12cf66`](https://github.com/nodejs/node/commit/acfc12cf66)] - **doc**: add Gibson Fahnestock to Release team (Gibson Fahnestock) [#16620](https://github.com/nodejs/node/pull/16620)
+* [[`d5c3035cd5`](https://github.com/nodejs/node/commit/d5c3035cd5)] - **doc**: slightly relax 50 character rule (James M Snell) [#16523](https://github.com/nodejs/node/pull/16523)
+* [[`4d9464c63e`](https://github.com/nodejs/node/commit/4d9464c63e)] - **doc**: add note to releases.md (Jon Moss) [#16507](https://github.com/nodejs/node/pull/16507)
+* [[`d7f2cbf285`](https://github.com/nodejs/node/commit/d7f2cbf285)] - **doc**: add dot in documentations (erwinwahyura) [#16542](https://github.com/nodejs/node/pull/16542)
+* [[`fb0c05d057`](https://github.com/nodejs/node/commit/fb0c05d057)] - **doc**: fix missing newline character (Daijiro Wachi) [#16447](https://github.com/nodejs/node/pull/16447)
+* [[`1a3a1b6ddf`](https://github.com/nodejs/node/commit/1a3a1b6ddf)] - **doc**: add recommendations for first timers (Refael Ackermann) [#16350](https://github.com/nodejs/node/pull/16350)
+* [[`eb537e0c39`](https://github.com/nodejs/node/commit/eb537e0c39)] - **doc**: replace undocumented encoding aliases (Vse Mozhet Byt) [#16368](https://github.com/nodejs/node/pull/16368)
+* [[`b6d162b82c`](https://github.com/nodejs/node/commit/b6d162b82c)] - **doc**: replace methods used in the example code (Damian) [#16416](https://github.com/nodejs/node/pull/16416)
+* [[`6a4ad617dc`](https://github.com/nodejs/node/commit/6a4ad617dc)] - **doc**: fix comment in assert.md (umatoma) [#16335](https://github.com/nodejs/node/pull/16335)
+* [[`2725be670f`](https://github.com/nodejs/node/commit/2725be670f)] - **doc**: add space after period (Diego Rodríguez Baquero) [#16334](https://github.com/nodejs/node/pull/16334)
+* [[`4eca18c562`](https://github.com/nodejs/node/commit/4eca18c562)] - **doc**: minor correction to note on process section (Daniel Bevenius) [#16311](https://github.com/nodejs/node/pull/16311)
+* [[`101eb981fe`](https://github.com/nodejs/node/commit/101eb981fe)] - **doc**: mention constant-time in crypto doc (Mithun Sasidharan) [#16604](https://github.com/nodejs/node/pull/16604)
+* [[`3a60a9c2d8`](https://github.com/nodejs/node/commit/3a60a9c2d8)] - **doc**: add apapirovski to collaborators (Anatoli Papirovski) [#16302](https://github.com/nodejs/node/pull/16302)
+* [[`cb6adee602`](https://github.com/nodejs/node/commit/cb6adee602)] - **doc**: clarify os.cpus() returns logical CPU cores (Luke Childs) [#16282](https://github.com/nodejs/node/pull/16282)
+* [[`dfac7eb6dd`](https://github.com/nodejs/node/commit/dfac7eb6dd)] - **doc**: support multidimensional arrays in type link (Vse Mozhet Byt) [#16207](https://github.com/nodejs/node/pull/16207)
+* [[`7d91c5f91b`](https://github.com/nodejs/node/commit/7d91c5f91b)] - **doc**: move Shigeki to TSC Emeritus (Rich Trott) [#16195](https://github.com/nodejs/node/pull/16195)
+* [[`63b6cc32b2`](https://github.com/nodejs/node/commit/63b6cc32b2)] - **doc**: Update a typo in module.js' comments (Orta) [#16205](https://github.com/nodejs/node/pull/16205)
+* [[`8ae159e51a`](https://github.com/nodejs/node/commit/8ae159e51a)] - **doc**: add missing comma (Jon Moss) [#16204](https://github.com/nodejs/node/pull/16204)
+* [[`b2a7adb8e5`](https://github.com/nodejs/node/commit/b2a7adb8e5)] - **doc**: added note to fs.watchFile on previousStat (NiveditN) [#16099](https://github.com/nodejs/node/pull/16099)
+* [[`92e7ca10b3`](https://github.com/nodejs/node/commit/92e7ca10b3)] - **doc**: ensure collaborators validate commits (Bradley Farias) [#16162](https://github.com/nodejs/node/pull/16162)
+* [[`e6a9c388c0`](https://github.com/nodejs/node/commit/e6a9c388c0)] - **doc**: move 8 collaborators to emeriti (Rich Trott) [#16173](https://github.com/nodejs/node/pull/16173)
+* [[`27824518f3`](https://github.com/nodejs/node/commit/27824518f3)] - **doc**: include V8 commit URL in V8 backport guide (Gibson Fahnestock) [#16054](https://github.com/nodejs/node/pull/16054)
+* [[`584d00b8d4`](https://github.com/nodejs/node/commit/584d00b8d4)] - **doc**: add pronoun for fhinkel (F. Hinkelmann) [#16069](https://github.com/nodejs/node/pull/16069)
+* [[`8b2ae6e7c5`](https://github.com/nodejs/node/commit/8b2ae6e7c5)] - **doc**: document windows shell support (Tim Ermilov) [#16104](https://github.com/nodejs/node/pull/16104)
+* [[`8531d36ca8`](https://github.com/nodejs/node/commit/8531d36ca8)] - **doc**: exempt test/doc only changes from 48-hr rule (Anna Henningsen) [#16135](https://github.com/nodejs/node/pull/16135)
+* [[`df858d7cf4`](https://github.com/nodejs/node/commit/df858d7cf4)] - **doc**: rename good first contrib label (Jeremiah Senkpiel) [#16150](https://github.com/nodejs/node/pull/16150)
+* [[`c4fd1d1bd8`](https://github.com/nodejs/node/commit/c4fd1d1bd8)] - **doc**: remove bold typography from STYLE_GUIDE.md (Rich Trott) [#16085](https://github.com/nodejs/node/pull/16085)
+* [[`45156589b8`](https://github.com/nodejs/node/commit/45156589b8)] - **doc**: ctc -\> tsc in onboarding extras (Bryan English) [#15621](https://github.com/nodejs/node/pull/15621)
+* [[`b76d9d4b37`](https://github.com/nodejs/node/commit/b76d9d4b37)] - **doc**: fix emitKeypressEvents stream type (Oblosys) [#15399](https://github.com/nodejs/node/pull/15399)
+* [[`1bd6962842`](https://github.com/nodejs/node/commit/1bd6962842)] - **doc**: make stream.Readable consistent (Sakthipriyan Vairamani (thefourtheye)) [#16786](https://github.com/nodejs/node/pull/16786)
+* [[`6b9bd51021`](https://github.com/nodejs/node/commit/6b9bd51021)] - **doc**: correct effects to affects (gowpen) [#16794](https://github.com/nodejs/node/pull/16794)
+* [[`6af9311939`](https://github.com/nodejs/node/commit/6af9311939)] - **doc**: correct EventEmitter reference (gowpen) [#16791](https://github.com/nodejs/node/pull/16791)
+* [[`1a633e3cd8`](https://github.com/nodejs/node/commit/1a633e3cd8)] - **doc**: add docs for Zlib#close() (Luigi Pinca) [#16592](https://github.com/nodejs/node/pull/16592)
+* [[`290df5ac41`](https://github.com/nodejs/node/commit/290df5ac41)] - **doc**: add details about rss on process.memoryUsage (Anthony Nandaa) [#16566](https://github.com/nodejs/node/pull/16566)
+* [[`3e6da45ce0`](https://github.com/nodejs/node/commit/3e6da45ce0)] - **doc**: howto decode buffers extending from Writable (dicearr) [#16403](https://github.com/nodejs/node/pull/16403)
+* [[`5389ec6b8e`](https://github.com/nodejs/node/commit/5389ec6b8e)] - **doc, win**: remove note about resize (Bartosz Sosnowski) [#16320](https://github.com/nodejs/node/pull/16320)
+* [[`92b13e455f`](https://github.com/nodejs/node/commit/92b13e455f)] - **https**: Use secureProtocol in Agent#getName (Andreas Lind) [#9452](https://github.com/nodejs/node/pull/9452)
+* [[`f838b461cd`](https://github.com/nodejs/node/commit/f838b461cd)] - **meta**: add note about email sync to CONTRIBUTING.md (Vse Mozhet Byt) [#16340](https://github.com/nodejs/node/pull/16340)
+* [[`86535d9688`](https://github.com/nodejs/node/commit/86535d9688)] - **net**: change assert to conform to other files (James Hodgskiss) [#15861](https://github.com/nodejs/node/pull/15861)
+* [[`6ca36400ba`](https://github.com/nodejs/node/commit/6ca36400ba)] - **repl**: refactor `LineParser` implementation (Lance Ball) [#6171](https://github.com/nodejs/node/pull/6171)
+* [[`8d3ff552ad`](https://github.com/nodejs/node/commit/8d3ff552ad)] - **src**: move handle properties to prototype (Ben Noordhuis) [#16482](https://github.com/nodejs/node/pull/16482)
+* [[`3840ae952a`](https://github.com/nodejs/node/commit/3840ae952a)] - **src**: remove superfluous HandleScope (Ben Noordhuis) [#16482](https://github.com/nodejs/node/pull/16482)
+* [[`4127b4f68d`](https://github.com/nodejs/node/commit/4127b4f68d)] - **src**: remove unused include in tty_wrap.h (Daniel Bevenius) [#16379](https://github.com/nodejs/node/pull/16379)
+* [[`c8cf4882bf`](https://github.com/nodejs/node/commit/c8cf4882bf)] - **src**: fix etw provider include on Windows (Joyee Cheung) [#16639](https://github.com/nodejs/node/pull/16639)
+* [[`f20bf6968a`](https://github.com/nodejs/node/commit/f20bf6968a)] - **src**: do not include x.h if x-inl.h is included (Joyee Cheung) [#16548](https://github.com/nodejs/node/pull/16548)
+* [[`13d42d8876`](https://github.com/nodejs/node/commit/13d42d8876)] - **src**: make header file self-contained (Joyee Cheung) [#16518](https://github.com/nodejs/node/pull/16518)
+* [[`790f144dc3`](https://github.com/nodejs/node/commit/790f144dc3)] - **src**: node_dtrace line continuations clean up (Daniel Bevenius) [#15777](https://github.com/nodejs/node/pull/15777)
+* [[`77a9285eb4`](https://github.com/nodejs/node/commit/77a9285eb4)] - **src**: rename perfctr_macros.py-\>noperfctr_macros.py (Daniel Bevenius) [#16100](https://github.com/nodejs/node/pull/16100)
+* [[`fec39d68d3`](https://github.com/nodejs/node/commit/fec39d68d3)] - **src**: add help for NODE_PENDING_DEPRECATION env (Thomas Corbière) [#15609](https://github.com/nodejs/node/pull/15609)
+* [[`9f808684de`](https://github.com/nodejs/node/commit/9f808684de)] - **src**: add --pending-deprecation to NODE_OPTIONS (Thomas Corbière) [#15494](https://github.com/nodejs/node/pull/15494)
+* [[`4bdbcc3e40`](https://github.com/nodejs/node/commit/4bdbcc3e40)] - **src**: whitelist v8 options with '_' or '-' (Sam Roberts) [#14093](https://github.com/nodejs/node/pull/14093)
+* [[`8b70ad1932`](https://github.com/nodejs/node/commit/8b70ad1932)] - **src**: turn key length exception into CHECK (Ben Noordhuis) [#15183](https://github.com/nodejs/node/pull/15183)
+* [[`e18df46092`](https://github.com/nodejs/node/commit/e18df46092)] - **src**: notify V8 for low memory when alloc fails (Anna Henningsen) [#8482](https://github.com/nodejs/node/pull/8482)
+* [[`6a0eb9f6cf`](https://github.com/nodejs/node/commit/6a0eb9f6cf)] - **src**: provide allocation + nullptr check shortcuts (Anna Henningsen) [#8482](https://github.com/nodejs/node/pull/8482)
+* [[`4aec8cfcd2`](https://github.com/nodejs/node/commit/4aec8cfcd2)] - **src**: pass desired return type to allocators (Anna Henningsen) [#8482](https://github.com/nodejs/node/pull/8482)
+* [[`19f3ac9749`](https://github.com/nodejs/node/commit/19f3ac9749)] - **src**: add Malloc() size param + overflow detection (Anna Henningsen) [#8482](https://github.com/nodejs/node/pull/8482)
+* [[`5511649862`](https://github.com/nodejs/node/commit/5511649862)] - **test**: use default assertion message (jonask) [#16819](https://github.com/nodejs/node/pull/16819)
+* [[`10b7545f3a`](https://github.com/nodejs/node/commit/10b7545f3a)] - **test**: include file mode in assert message (Sascha Tandel) [#16815](https://github.com/nodejs/node/pull/16815)
+* [[`f0043bd24b`](https://github.com/nodejs/node/commit/f0043bd24b)] - **test**: refactor tls test to use fixtres.readSync (Brian O'Connell) [#16816](https://github.com/nodejs/node/pull/16816)
+* [[`4c066a4fac`](https://github.com/nodejs/node/commit/4c066a4fac)] - **test**: use fixtures module in test-repl (Maring, Damian Lion) [#16809](https://github.com/nodejs/node/pull/16809)
+* [[`5e4ce5c3ab`](https://github.com/nodejs/node/commit/5e4ce5c3ab)] - **test**: update test to use fixtures.readKey (Dara Hayes) [#16811](https://github.com/nodejs/node/pull/16811)
+* [[`b38616c187`](https://github.com/nodejs/node/commit/b38616c187)] - **test**: fix typos in read-buffer tests (Jimi van der Woning) [#16834](https://github.com/nodejs/node/pull/16834)
+* [[`00cdc28a02`](https://github.com/nodejs/node/commit/00cdc28a02)] - **test**: replace common.fixturesDir with fixtures module (Dumitru Glavan) [#16803](https://github.com/nodejs/node/pull/16803)
+* [[`8de7515670`](https://github.com/nodejs/node/commit/8de7515670)] - **test**: replace common.fixturesDir with fixtures.readSync() (Adri Van Houdt) [#16802](https://github.com/nodejs/node/pull/16802)
+* [[`fb34e115e0`](https://github.com/nodejs/node/commit/fb34e115e0)] - **test**: update test to use fixtures (Adam Wegrzynek) [#16799](https://github.com/nodejs/node/pull/16799)
+* [[`1f4cd7d198`](https://github.com/nodejs/node/commit/1f4cd7d198)] - **test**: fix typo (Oscar Funes) [#15938](https://github.com/nodejs/node/pull/15938)
+* [[`bb8ffc8038`](https://github.com/nodejs/node/commit/bb8ffc8038)] - **test**: update test-timers-block-eventloop.js (zhangzifa) [#16314](https://github.com/nodejs/node/pull/16314)
+* [[`5b97b70ed5`](https://github.com/nodejs/node/commit/5b97b70ed5)] - **test**: replace fixturesDir in test-tls-connect (Casie Lynch) [#15849](https://github.com/nodejs/node/pull/15849)
+* [[`d71d8c9b1c`](https://github.com/nodejs/node/commit/d71d8c9b1c)] - **test**: use fixtures module (Iryna Yaremtso) [#15901](https://github.com/nodejs/node/pull/15901)
+* [[`87d80bc32c`](https://github.com/nodejs/node/commit/87d80bc32c)] - **test**: add details in assertions in test-vm-context (Vladimir Ilic) [#16116](https://github.com/nodejs/node/pull/16116)
+* [[`dce1c09f04`](https://github.com/nodejs/node/commit/dce1c09f04)] - **test**: increase fs.exists coverage (Nigel Kibodeaux) [#15963](https://github.com/nodejs/node/pull/15963)
+* [[`bb818804c4`](https://github.com/nodejs/node/commit/bb818804c4)] - **test**: use fixtures module in test-fs-realpath.js (Raphael Rheault) [#15904](https://github.com/nodejs/node/pull/15904)
+* [[`124bc378db`](https://github.com/nodejs/node/commit/124bc378db)] - **test**: use fixtures module (Scott J Beck) [#15843](https://github.com/nodejs/node/pull/15843)
+* [[`575fa4a5b8`](https://github.com/nodejs/node/commit/575fa4a5b8)] - **test**: imporove assert messages (Hadis-Fard) [#16021](https://github.com/nodejs/node/pull/16021)
+* [[`68f70d7e0b`](https://github.com/nodejs/node/commit/68f70d7e0b)] - **test**: show values instead of assertion message (Cheyenne Arrowsmith) [#15979](https://github.com/nodejs/node/pull/15979)
+* [[`1b4e8c83a6`](https://github.com/nodejs/node/commit/1b4e8c83a6)] - **test**: include values in assertion messages (nhoel) [#15996](https://github.com/nodejs/node/pull/15996)
+* [[`810a89c0ba`](https://github.com/nodejs/node/commit/810a89c0ba)] - **test**: use process.features.debug in common module (Rich Trott) [#16537](https://github.com/nodejs/node/pull/16537)
+* [[`df5d4b672d`](https://github.com/nodejs/node/commit/df5d4b672d)] - **test**: use common.buildType in repl-domain-abort (Rich Trott) [#16538](https://github.com/nodejs/node/pull/16538)
+* [[`8cc5d5fb87`](https://github.com/nodejs/node/commit/8cc5d5fb87)] - **test**: skip test-process-config if no config.gypi (Gibson Fahnestock) [#16436](https://github.com/nodejs/node/pull/16436)
+* [[`3ca0e2ff63`](https://github.com/nodejs/node/commit/3ca0e2ff63)] - **test**: use fixtures module in tls-handshake-error (Mark Walker) [#15939](https://github.com/nodejs/node/pull/15939)
+* [[`faf7b59977`](https://github.com/nodejs/node/commit/faf7b59977)] - **test**: add failing vm tests to known_issues (Michaël Zasso) [#16410](https://github.com/nodejs/node/pull/16410)
+* [[`53bba2ff7e`](https://github.com/nodejs/node/commit/53bba2ff7e)] - **test**: allow for different nsswitch.conf settings (Daniel Bevenius) [#16378](https://github.com/nodejs/node/pull/16378)
+* [[`07442be5f5`](https://github.com/nodejs/node/commit/07442be5f5)] - **test**: handle blank shells in test-os.js (Gibson Fahnestock) [#16287](https://github.com/nodejs/node/pull/16287)
+* [[`b61356271a`](https://github.com/nodejs/node/commit/b61356271a)] - **test**: increase enoughTestMem to 1.75 Gb (Rich Trott) [#16374](https://github.com/nodejs/node/pull/16374)
+* [[`ddf255097b`](https://github.com/nodejs/node/commit/ddf255097b)] - **test**: use fixtures.readKey in https-timeout-server (Nicolas 'Pixel' Noble) [#15871](https://github.com/nodejs/node/pull/15871)
+* [[`9ac3ceafcd`](https://github.com/nodejs/node/commit/9ac3ceafcd)] - **test**: use fixtures.readKey instead of fixturesDir (Paul Marion Camantigue) [#15976](https://github.com/nodejs/node/pull/15976)
+* [[`4a476a5fcf`](https://github.com/nodejs/node/commit/4a476a5fcf)] - **test**: replace fixturesDir with fixtures module (tpurcell) [#16262](https://github.com/nodejs/node/pull/16262)
+* [[`45b443c24c`](https://github.com/nodejs/node/commit/45b443c24c)] - **test**: replace fixturesDir with fixtures module (André Føyn Berge) [#15947](https://github.com/nodejs/node/pull/15947)
+* [[`a20ea14dbf`](https://github.com/nodejs/node/commit/a20ea14dbf)] - **test**: skip test due to file size limit (jBarz) [#16273](https://github.com/nodejs/node/pull/16273)
+* [[`d4f51f6e8b`](https://github.com/nodejs/node/commit/d4f51f6e8b)] - **test**: remove error msg in test-vm-symbols.js (Daniel Abrão) [#15873](https://github.com/nodejs/node/pull/15873)
+* [[`ed20142317`](https://github.com/nodejs/node/commit/ed20142317)] - **test**: remove error messages in test-buffer-alloc (Braden Whitten) [#15867](https://github.com/nodejs/node/pull/15867)
+* [[`ee2ab90232`](https://github.com/nodejs/node/commit/ee2ab90232)] - **test**: update assert error messages (Omar Gonzalez) [#16035](https://github.com/nodejs/node/pull/16035)
+* [[`35a1a9e21e`](https://github.com/nodejs/node/commit/35a1a9e21e)] - **test**: expand error message (Stefania Sharp) [#15991](https://github.com/nodejs/node/pull/15991)
+* [[`2afb8e7792`](https://github.com/nodejs/node/commit/2afb8e7792)] - **test**: use fixtures module (Kanika Shah) [#15959](https://github.com/nodejs/node/pull/15959)
+* [[`3099d70f50`](https://github.com/nodejs/node/commit/3099d70f50)] - **test**: remove literal messages (Oscar Funes) [#15938](https://github.com/nodejs/node/pull/15938)
+* [[`67c02a58b4`](https://github.com/nodejs/node/commit/67c02a58b4)] - **test**: fix stderr reference (Oscar Funes) [#15938](https://github.com/nodejs/node/pull/15938)
+* [[`9779fc2288`](https://github.com/nodejs/node/commit/9779fc2288)] - **test**: use fixtures module in test-https-truncate (Gene Wu) [#15875](https://github.com/nodejs/node/pull/15875)
+* [[`71c3c4b586`](https://github.com/nodejs/node/commit/71c3c4b586)] - **test**: use fixtures module (Alvaro Cruz) [#15874](https://github.com/nodejs/node/pull/15874)
+* [[`3d74c5877a`](https://github.com/nodejs/node/commit/3d74c5877a)] - **test**: use fixtures module (Lance Barlaan) [#15872](https://github.com/nodejs/node/pull/15872)
+* [[`2a19aff8ba`](https://github.com/nodejs/node/commit/2a19aff8ba)] - **test**: use default message for assert.strictEqual (hwaisiu) [#15970](https://github.com/nodejs/node/pull/15970)
+* [[`edf5c17b28`](https://github.com/nodejs/node/commit/edf5c17b28)] - **test**: improve assert message in internet test (Nikki St Onge) [#15998](https://github.com/nodejs/node/pull/15998)
+* [[`0ec25d2aa3`](https://github.com/nodejs/node/commit/0ec25d2aa3)] - **test**: replace common.fixturesDir (Shawn McGinty) [#15834](https://github.com/nodejs/node/pull/15834)
+* [[`16f28cf836`](https://github.com/nodejs/node/commit/16f28cf836)] - **test**: refactor test-process-kill-null (Luigi Pinca) [#16236](https://github.com/nodejs/node/pull/16236)
+* [[`80b70bed74`](https://github.com/nodejs/node/commit/80b70bed74)] - **test**: add missing spaces in concatenations (Vse Mozhet Byt) [#16244](https://github.com/nodejs/node/pull/16244)
+* [[`dcec3a3e5c`](https://github.com/nodejs/node/commit/dcec3a3e5c)] - **test**: update output to include exit code & signal (Jenna Zeigen) [#15945](https://github.com/nodejs/node/pull/15945)
+* [[`688a0f3334`](https://github.com/nodejs/node/commit/688a0f3334)] - **test**: change common.fixturesDir to fixtures.path (tejbirsingh) [#15860](https://github.com/nodejs/node/pull/15860)
+* [[`ae28e664da`](https://github.com/nodejs/node/commit/ae28e664da)] - **test**: split up and refactor test-domain (Anna Henningsen) [#13614](https://github.com/nodejs/node/pull/13614)
+* [[`0cc6bc9365`](https://github.com/nodejs/node/commit/0cc6bc9365)] - **test**: replace fixturesDir with common.fixtures (Kasim Doctor) [#15810](https://github.com/nodejs/node/pull/15810)
+* [[`04ea78d3ec`](https://github.com/nodejs/node/commit/04ea78d3ec)] - **test**: replaced fs.readSync with fixtures.readSync (Lam Chan) [#15882](https://github.com/nodejs/node/pull/15882)
+* [[`68a2a9fb15`](https://github.com/nodejs/node/commit/68a2a9fb15)] - **test**: improve coverage for process.umask (Evan Lucas) [#16188](https://github.com/nodejs/node/pull/16188)
+* [[`f9abd34176`](https://github.com/nodejs/node/commit/f9abd34176)] - **test**: remove message from notStrictEqual (twk-b) [#16048](https://github.com/nodejs/node/pull/16048)
+* [[`3f3f457fbe`](https://github.com/nodejs/node/commit/3f3f457fbe)] - **test**: use fixtures module (Ben Hallion) [#15808](https://github.com/nodejs/node/pull/15808)
+* [[`5793586809`](https://github.com/nodejs/node/commit/5793586809)] - **test**: use ES6 classes instead of util.inherits (Tobias Nießen) [#16938](https://github.com/nodejs/node/pull/16938)
+* [[`9d986d4327`](https://github.com/nodejs/node/commit/9d986d4327)] - **test**: refactor test-cluster-setup-master (Jean-Baptiste Brossard) [#16065](https://github.com/nodejs/node/pull/16065)
+* [[`b25d6d8aa4`](https://github.com/nodejs/node/commit/b25d6d8aa4)] - **test**: replace fixtureDir with fixtures methods (Vladimir Ilic) [#16114](https://github.com/nodejs/node/pull/16114)
+* [[`83311b8bfe`](https://github.com/nodejs/node/commit/83311b8bfe)] - **test**: remove error messages in crypto-binary test (Kim Gentes) [#15981](https://github.com/nodejs/node/pull/15981)
+* [[`5d71477b14`](https://github.com/nodejs/node/commit/5d71477b14)] - **test**: use fixtures module over fixturesDir (JamesNimlos) [#15847](https://github.com/nodejs/node/pull/15847)
+* [[`9dbe298933`](https://github.com/nodejs/node/commit/9dbe298933)] - **test**: use common.fixtures module (Shaun Sweet) [#15992](https://github.com/nodejs/node/pull/15992)
+* [[`c1b0d214e5`](https://github.com/nodejs/node/commit/c1b0d214e5)] - **test**: replace fixturesDir with fixtures.path (Bear Trickey) [#15994](https://github.com/nodejs/node/pull/15994)
+* [[`82ca0f7b45`](https://github.com/nodejs/node/commit/82ca0f7b45)] - **test**: update fixturesDir import (Tyler Seabrook) [#15887](https://github.com/nodejs/node/pull/15887)
+* [[`8d8d990147`](https://github.com/nodejs/node/commit/8d8d990147)] - **test**: replace fixturesDir with fixtures methods (Komivi Agbakpem) [#15967](https://github.com/nodejs/node/pull/15967)
+* [[`81bb56040a`](https://github.com/nodejs/node/commit/81bb56040a)] - **test**: replace fixturesDir with the fixtures module (WeiPlanet) [#16027](https://github.com/nodejs/node/pull/16027)
+* [[`3b8dae4e8a`](https://github.com/nodejs/node/commit/3b8dae4e8a)] - **test**: change crypto decipheriv assertion messages (Daniel Kostro) [#16007](https://github.com/nodejs/node/pull/16007)
+* [[`6c07e505f3`](https://github.com/nodejs/node/commit/6c07e505f3)] - **test**: replaces fixturesDir with fixtures (Mike Fleming) [#15835](https://github.com/nodejs/node/pull/15835)
+* [[`269b6d0b2a`](https://github.com/nodejs/node/commit/269b6d0b2a)] - **test**: remove test messages for assert.strictEqual (Ali Groening) [#15995](https://github.com/nodejs/node/pull/15995)
+* [[`a54bc5a274`](https://github.com/nodejs/node/commit/a54bc5a274)] - **test**: move to common.fixtures (Justin Beckwith) [#15987](https://github.com/nodejs/node/pull/15987)
+* [[`345d42b477`](https://github.com/nodejs/node/commit/345d42b477)] - **test**: added fixtures module (Michael Pal) [#15980](https://github.com/nodejs/node/pull/15980)
+* [[`13a72df2f6`](https://github.com/nodejs/node/commit/13a72df2f6)] - **test**: use fixtures in test-tls-multi-key.js (Cheyenne Arrowsmith) [#15844](https://github.com/nodejs/node/pull/15844)
+* [[`af4ecae607`](https://github.com/nodejs/node/commit/af4ecae607)] - **test**: switch to use common.fixtures.fixturesDir (Roger Jiang) [#15814](https://github.com/nodejs/node/pull/15814)
+* [[`2060d88f15`](https://github.com/nodejs/node/commit/2060d88f15)] - **test**: use common.fixtures module (Chi-chi Wang) [#16012](https://github.com/nodejs/node/pull/16012)
+* [[`5f7469a22c`](https://github.com/nodejs/node/commit/5f7469a22c)] - **test**: escape script filename on Windows (Bartosz Sosnowski) [#16124](https://github.com/nodejs/node/pull/16124)
+* [[`49e30e8fb3`](https://github.com/nodejs/node/commit/49e30e8fb3)] - **test**: improve assert message in test-dh-regr (Mabry Cervin) [#15912](https://github.com/nodejs/node/pull/15912)
+* [[`d18c1cdb68`](https://github.com/nodejs/node/commit/d18c1cdb68)] - **test**: fixtures in test-net-pipe-connect-errors (Eric Freiberg) [#15922](https://github.com/nodejs/node/pull/15922)
+* [[`5f01272765`](https://github.com/nodejs/node/commit/5f01272765)] - **test**: fixtures in test-process-redirect-warnings-env (Kat Rosario) [#15930](https://github.com/nodejs/node/pull/15930)
+* [[`f5a18069ef`](https://github.com/nodejs/node/commit/f5a18069ef)] - **test**: fix ordering of strictEqual actual/expected (Chad Zezula) [#16008](https://github.com/nodejs/node/pull/16008)
+* [[`244e5bd834`](https://github.com/nodejs/node/commit/244e5bd834)] - **test**: use fixtures.readSync (szhang351)
+* [[`854d1434a6`](https://github.com/nodejs/node/commit/854d1434a6)] - **test**: replaced fixturesDir with common.fixtures (Dolapo Toki) [#15836](https://github.com/nodejs/node/pull/15836)
+* [[`9dac10687b`](https://github.com/nodejs/node/commit/9dac10687b)] - **test**: use fixtures.fixturesDir (Gene Wu) [#15822](https://github.com/nodejs/node/pull/15822)
+* [[`812737880b`](https://github.com/nodejs/node/commit/812737880b)] - **test**: replaces fixturesDir with fixtures methods (Christian Murphy) [#15817](https://github.com/nodejs/node/pull/15817)
+* [[`b5aa60e545`](https://github.com/nodejs/node/commit/b5aa60e545)] - **test**: fixtures in test-process-redirect-warnings (Nicolas Chaulet) [#15917](https://github.com/nodejs/node/pull/15917)
+* [[`b187ae42a8`](https://github.com/nodejs/node/commit/b187ae42a8)] - **test**: update test-crypto-from-binary (Raj Parekh) [#16011](https://github.com/nodejs/node/pull/16011)
+* [[`726c5c4a3f`](https://github.com/nodejs/node/commit/726c5c4a3f)] - **test**: use fixtures in test-https-set-timeout-server (Bob Clewell) [#15886](https://github.com/nodejs/node/pull/15886)
+* [[`1cd910b606`](https://github.com/nodejs/node/commit/1cd910b606)] - **test**: make use of common/fixtures.fixturesDir (Jem Bezooyen) [#15815](https://github.com/nodejs/node/pull/15815)
+* [[`2ffce823d0`](https://github.com/nodejs/node/commit/2ffce823d0)] - **test**: use common/fixtures in test-https-close (Alberto Lopez de Lara) [#15870](https://github.com/nodejs/node/pull/15870)
+* [[`0b1ad5fd7d`](https://github.com/nodejs/node/commit/0b1ad5fd7d)] - **test**: use fixtures in test-process-warnings (Suresh Srinivas) [#15869](https://github.com/nodejs/node/pull/15869)
+* [[`1fe356d76a`](https://github.com/nodejs/node/commit/1fe356d76a)] - **test**: use fixtures in tls-friendly-error-message (tobyfarley) [#15905](https://github.com/nodejs/node/pull/15905)
+* [[`a955c58481`](https://github.com/nodejs/node/commit/a955c58481)] - **test**: use common/fixtures in tls-connect-no-host (Donovan Buck) [#15986](https://github.com/nodejs/node/pull/15986)
+* [[`4bdbe69dc6`](https://github.com/nodejs/node/commit/4bdbe69dc6)] - **test**: use common/fixtures in test-https-agent (jpaulptr) [#15941](https://github.com/nodejs/node/pull/15941)
+* [[`4ab37ea134`](https://github.com/nodejs/node/commit/4ab37ea134)] - **test**: use common fixtures module (Kat Rosario) [#15856](https://github.com/nodejs/node/pull/15856)
+* [[`cc85bd02cb`](https://github.com/nodejs/node/commit/cc85bd02cb)] - **test**: fs.readFileSync -\> fixtures.readKey (Ethan Brown) [#16030](https://github.com/nodejs/node/pull/16030)
+* [[`d04dd64992`](https://github.com/nodejs/node/commit/d04dd64992)] - **test**: reduce run time for misc benchmark tests (Rich Trott) [#16120](https://github.com/nodejs/node/pull/16120)
+* [[`b8ca084e91`](https://github.com/nodejs/node/commit/b8ca084e91)] - **test**: improve assertion message in dgram test (Shakeel Mohamed) [#16121](https://github.com/nodejs/node/pull/16121)
+* [[`b7122f35c6`](https://github.com/nodejs/node/commit/b7122f35c6)] - **test**: use of fixtures in test-pipe-head (Nicolas Chaulet) [#15868](https://github.com/nodejs/node/pull/15868)
+* [[`3e5aec6065`](https://github.com/nodejs/node/commit/3e5aec6065)] - **test**: use fixtures in test-https-localaddress.js (Charles T Wall III) [#15811](https://github.com/nodejs/node/pull/15811)
+* [[`8a3c8dc523`](https://github.com/nodejs/node/commit/8a3c8dc523)] - **test**: use common/fixtures in fs-symlink test (AlexeyM) [#15830](https://github.com/nodejs/node/pull/15830)
+* [[`99048fa84b`](https://github.com/nodejs/node/commit/99048fa84b)] - **test**: replace common.fixtures with fixtures module (Jonathan Eskew) [#15877](https://github.com/nodejs/node/pull/15877)
+* [[`f6d6a07c4b`](https://github.com/nodejs/node/commit/f6d6a07c4b)] - **test**: improve assert message (Tri Nguyen) [#15909](https://github.com/nodejs/node/pull/15909)
+* [[`7be741318f`](https://github.com/nodejs/node/commit/7be741318f)] - **test**: replace fixturesDir with fixtures method (suraiyah) [#15894](https://github.com/nodejs/node/pull/15894)
+* [[`4d7b5affc1`](https://github.com/nodejs/node/commit/4d7b5affc1)] - **test**: normalize fixtures use (Ruxandra Fediuc) [#15855](https://github.com/nodejs/node/pull/15855)
+* [[`d0da10e618`](https://github.com/nodejs/node/commit/d0da10e618)] - **test**: replace common.fixturesDir w/common.fixtures (Jason Walton) [#15853](https://github.com/nodejs/node/pull/15853)
+* [[`5a665ce980`](https://github.com/nodejs/node/commit/5a665ce980)] - **test**: switch to use common.fixtures module for fixturesDir (r1cebank) [#15821](https://github.com/nodejs/node/pull/15821)
+* [[`18daf3c6a3`](https://github.com/nodejs/node/commit/18daf3c6a3)] - **test**: fixturesDir replaced to fixtures module (Pawel Golda) [#15809](https://github.com/nodejs/node/pull/15809)
+* [[`a52fe46988`](https://github.com/nodejs/node/commit/a52fe46988)] - **test**: replace common.fixturesDir with fixtures (Stefania Sharp) [#16015](https://github.com/nodejs/node/pull/16015)
+* [[`e2a23d4925`](https://github.com/nodejs/node/commit/e2a23d4925)] - **test**: replaces common.fixturesDir usage (Ruy Adorno) [#15818](https://github.com/nodejs/node/pull/15818)
+* [[`3735a676b9`](https://github.com/nodejs/node/commit/3735a676b9)] - **test**: use common.fixtures.path() (Tobias Kieslich) [#16112](https://github.com/nodejs/node/pull/16112)
+* [[`aa5f312b64`](https://github.com/nodejs/node/commit/aa5f312b64)] - **test**: replace common.fixturesDir with fixtures (Shakeel Mohamed) [#15857](https://github.com/nodejs/node/pull/15857)
+* [[`f5b29625b4`](https://github.com/nodejs/node/commit/f5b29625b4)] - **test**: use fixtures module in test (Nigel Kibodeaux) [#16117](https://github.com/nodejs/node/pull/16117)
+* [[`1f68c9b54b`](https://github.com/nodejs/node/commit/1f68c9b54b)] - **test**: use template literals in test-string-decoder (Edward Andrew Robinson) [#15884](https://github.com/nodejs/node/pull/15884)
+* [[`31eaf6b939`](https://github.com/nodejs/node/commit/31eaf6b939)] - **test**: switch to fixtures module (Christopher Sidebottom) [#15880](https://github.com/nodejs/node/pull/15880)
+* [[`d95d967210`](https://github.com/nodejs/node/commit/d95d967210)] - **test**: rewrite assert message (Martin Michaelis) [#15879](https://github.com/nodejs/node/pull/15879)
+* [[`727425889b`](https://github.com/nodejs/node/commit/727425889b)] - **test**: change fixturesDir to fixtures.path (Guilherme Akio Sakae) [#15863](https://github.com/nodejs/node/pull/15863)
+* [[`43be500613`](https://github.com/nodejs/node/commit/43be500613)] - **test**: replace fixturesDir with common.fixtures (Oliver Luebeck) [#15907](https://github.com/nodejs/node/pull/15907)
+* [[`9d54b2166c`](https://github.com/nodejs/node/commit/9d54b2166c)] - **test**: update http test client function signatures (Jakub Mrowiec - Alkagar) [#15807](https://github.com/nodejs/node/pull/15807)
+* [[`ba7ba109b5`](https://github.com/nodejs/node/commit/ba7ba109b5)] - **test**: replace common.fixturesDir w/ fixtures.path (Druotic) [#15819](https://github.com/nodejs/node/pull/15819)
+* [[`58fd008106`](https://github.com/nodejs/node/commit/58fd008106)] - **test**: replace fixtureDir with fixtures.path (matthewreed26) [#15943](https://github.com/nodejs/node/pull/15943)
+* [[`3c4bdd5b62`](https://github.com/nodejs/node/commit/3c4bdd5b62)] - **test**: use common.fixtures module for file path (Adil L) [#16017](https://github.com/nodejs/node/pull/16017)
+* [[`723ba4db62`](https://github.com/nodejs/node/commit/723ba4db62)] - **test**: use fixtures module (Maurice Hayward) [#16034](https://github.com/nodejs/node/pull/16034)
+* [[`fecd1c8c05`](https://github.com/nodejs/node/commit/fecd1c8c05)] - **test**: replace fixturesDir with fixtures module (tabulatedreams) [#16036](https://github.com/nodejs/node/pull/16036)
+* [[`5c616e9f37`](https://github.com/nodejs/node/commit/5c616e9f37)] - **test**: replace fixturesDir with fixtures module (Ivan Etchart) [#15893](https://github.com/nodejs/node/pull/15893)
+* [[`cb199a2770`](https://github.com/nodejs/node/commit/cb199a2770)] - **test**: change fixturesDir to fixtures.path (Savio Lucena) [#15902](https://github.com/nodejs/node/pull/15902)
+* [[`eee7d5226c`](https://github.com/nodejs/node/commit/eee7d5226c)] - **test**: changed fixtures require (creisle) [#15899](https://github.com/nodejs/node/pull/15899)
+* [[`870c813d2d`](https://github.com/nodejs/node/commit/870c813d2d)] - **test**: replaced fixturesDir with fixtures module (Alex McKenzie) [#15908](https://github.com/nodejs/node/pull/15908)
+* [[`36e73446ed`](https://github.com/nodejs/node/commit/36e73446ed)] - **test**: use common.fixtures in tls test (Ben Michel) [#15965](https://github.com/nodejs/node/pull/15965)
+* [[`c0b0e096f6`](https://github.com/nodejs/node/commit/c0b0e096f6)] - **test**: use fixtures module instead of common (Joe Grace) [#15925](https://github.com/nodejs/node/pull/15925)
+* [[`d5db3785ae`](https://github.com/nodejs/node/commit/d5db3785ae)] - **test**: replaced fixturesDir with fixtures module (Alex McKenzie) [#15927](https://github.com/nodejs/node/pull/15927)
+* [[`b20203d0a4`](https://github.com/nodejs/node/commit/b20203d0a4)] - **test**: replace fixturesDir with fixtures module (Greg Matthews) [#15932](https://github.com/nodejs/node/pull/15932)
+* [[`aeccf38b9b`](https://github.com/nodejs/node/commit/aeccf38b9b)] - **test**: replace fixturesDir with fixtures (Mujtaba Al-Tameemi) [#15949](https://github.com/nodejs/node/pull/15949)
+* [[`f3326a3393`](https://github.com/nodejs/node/commit/f3326a3393)] - **test**: remove common.fixturesDir (Luis Del Águila) [#15950](https://github.com/nodejs/node/pull/15950)
+* [[`81dad8cba9`](https://github.com/nodejs/node/commit/81dad8cba9)] - **test**: replace fixturesDir with fixtures module (BinarySo1o) [#15961](https://github.com/nodejs/node/pull/15961)
+* [[`b7fd9c6f7c`](https://github.com/nodejs/node/commit/b7fd9c6f7c)] - **test**: replaced fixturesDir with common.fixtures (jopann) [#15971](https://github.com/nodejs/node/pull/15971)
+* [[`f903503a0e`](https://github.com/nodejs/node/commit/f903503a0e)] - **test**: use common.fixtures module in test-preload (Laura Cabrera) [#15975](https://github.com/nodejs/node/pull/15975)
+* [[`4021c12b11`](https://github.com/nodejs/node/commit/4021c12b11)] - **test**: replaced common.fixturesDir with readKey (Sean Cox) [#15933](https://github.com/nodejs/node/pull/15933)
+* [[`f5323165ae`](https://github.com/nodejs/node/commit/f5323165ae)] - **test**: replace fixturesDir in tls-env-bad-extra-ca (Annie Weng) [#15813](https://github.com/nodejs/node/pull/15813)
+* [[`051338c7db`](https://github.com/nodejs/node/commit/051338c7db)] - **test**: use common.fixtures in checkServerIdentity (Emily Marigold Klassen) [#15951](https://github.com/nodejs/node/pull/15951)
+* [[`a5512aa965`](https://github.com/nodejs/node/commit/a5512aa965)] - **test**: replaced common.fixturesDir with readKey (rhalldearn) [#15952](https://github.com/nodejs/node/pull/15952)
+* [[`e8b917c3db`](https://github.com/nodejs/node/commit/e8b917c3db)] - **test**: replace fixturesDir with fixtures.readKey (Thomas Schorn) [#15948](https://github.com/nodejs/node/pull/15948)
+* [[`5b931d7a93`](https://github.com/nodejs/node/commit/5b931d7a93)] - **test**: replace common.fixturesDir with fixtures. (Sam Skjonsberg) [#15802](https://github.com/nodejs/node/pull/15802)
+* [[`2698f674cf`](https://github.com/nodejs/node/commit/2698f674cf)] - **test**: replace fixturesDir with common.fixtures (rachelnicole) [#16051](https://github.com/nodejs/node/pull/16051)
+* [[`f67c038f98`](https://github.com/nodejs/node/commit/f67c038f98)] - **test**: update fixturesDir to fixtures.readKey (bitandbang) [#16016](https://github.com/nodejs/node/pull/16016)
+* [[`8664df1b9c`](https://github.com/nodejs/node/commit/8664df1b9c)] - **test**: replace fixturesDir with common.fixtures (Pooya Paridel) [#15837](https://github.com/nodejs/node/pull/15837)
+* [[`667cbd7b68`](https://github.com/nodejs/node/commit/667cbd7b68)] - **test**: update 'fixturesDir' refs in a test file (James M. Greene) [#15824](https://github.com/nodejs/node/pull/15824)
+* [[`4cdacfe454`](https://github.com/nodejs/node/commit/4cdacfe454)] - **test**: use fixtures.readKey in https-agent test (Greg Byram) [#15913](https://github.com/nodejs/node/pull/15913)
+* [[`c69e5b5161`](https://github.com/nodejs/node/commit/c69e5b5161)] - **test**: add test for fork() + shell (cjihrig) [#15352](https://github.com/nodejs/node/pull/15352)
+* [[`148a030345`](https://github.com/nodejs/node/commit/148a030345)] - **test**: remove node-tap lookalike (cjihrig) [#13707](https://github.com/nodejs/node/pull/13707)
+* [[`fa5c706bec`](https://github.com/nodejs/node/commit/fa5c706bec)] - **test**: refactor exitedAfterDisconnect test (Rich Trott) [#16729](https://github.com/nodejs/node/pull/16729)
+* [[`9416dab7ac`](https://github.com/nodejs/node/commit/9416dab7ac)] - **test**: use fixtures module in test-https-pfx (Ken Takagi) [#15895](https://github.com/nodejs/node/pull/15895)
+* [[`7e9779aade`](https://github.com/nodejs/node/commit/7e9779aade)] - **test**: refactor test-readline-keys (Rich Trott) [#11281](https://github.com/nodejs/node/pull/11281)
+* [[`8264328087`](https://github.com/nodejs/node/commit/8264328087)] - **test,net**: remove scatological terminology (Rich Trott) [#16599](https://github.com/nodejs/node/pull/16599)
+* [[`793a4b2b6c`](https://github.com/nodejs/node/commit/793a4b2b6c)] - **timers**: fix eventloop block (zhangzifa) [#15072](https://github.com/nodejs/node/pull/15072)
+* [[`9b65fe4e20`](https://github.com/nodejs/node/commit/9b65fe4e20)] - **tools**: remove unneeded parentheses in doc/html.js (Vse Mozhet Byt) [#16845](https://github.com/nodejs/node/pull/16845)
+* [[`79b809674c`](https://github.com/nodejs/node/commit/79b809674c)] - **tools**: replace string concatenation with template literals (Kevin Yu) [#16804](https://github.com/nodejs/node/pull/16804)
+* [[`52860f4e45`](https://github.com/nodejs/node/commit/52860f4e45)] - **tools**: replace string concatenation with template literals (Giovanni Lela) [#16806](https://github.com/nodejs/node/pull/16806)
+* [[`75fb2f716d`](https://github.com/nodejs/node/commit/75fb2f716d)] - **tools**: replace string concetation with templates (Patrick Heneise) [#16801](https://github.com/nodejs/node/pull/16801)
+* [[`bdfc9cdb4d`](https://github.com/nodejs/node/commit/bdfc9cdb4d)] - **tools**: fix cpplint.py when path contains non-ascii (sharkfisher) [#16047](https://github.com/nodejs/node/pull/16047)
+* [[`6e4fa6a083`](https://github.com/nodejs/node/commit/6e4fa6a083)] - **tools**: rename unused variale in more pythonic way (Nikhil Komawar) [#16171](https://github.com/nodejs/node/pull/16171)
+* [[`497170df76`](https://github.com/nodejs/node/commit/497170df76)] - **tools**: use template literal in error message (Tim Chon) [#15846](https://github.com/nodejs/node/pull/15846)
+* [[`1fb702cb37`](https://github.com/nodejs/node/commit/1fb702cb37)] - **tty,doc**: add type-check to isatty (Bryan English) [#15567](https://github.com/nodejs/node/pull/15567)
+
## 2017-11-07, Version 6.12.0 'Boron' (LTS), @MylesBorins
diff --git a/src/node_version.h b/src/node_version.h
index 6402225de45051..1d51dd26601860 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -8,7 +8,7 @@
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Boron"
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|