node-darwin-x64 16.12.0 → 16.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,10 +4,14 @@
4
4
 
5
5
  <table>
6
6
  <tr>
7
+ <th>LTS 'Gallium'</th>
7
8
  <th>Current</th>
8
9
  </tr>
9
10
  <tr>
10
11
  <td>
12
+ <a href="#16.13.0">16.13.0</a><br/>
13
+ </td>
14
+ <td>
11
15
  <a href="#16.12.0">16.12.0</a><br/>
12
16
  <a href="#16.11.1">16.11.1</a><br/>
13
17
  <a href="#16.11.0">16.11.0</a><br/>
@@ -49,6 +53,16 @@
49
53
  * [io.js](CHANGELOG\_IOJS.md)
50
54
  * [Archive](CHANGELOG\_ARCHIVE.md)
51
55
 
56
+ <a id="16.13.0"></a>
57
+ ## 2021-10-26, Version 16.13.0 'Gallium' (LTS), @richardlau
58
+
59
+ ### Notable Changes
60
+
61
+ This release marks the transition of Node.js 16.x into Long Term Support (LTS)
62
+ with the codename 'Gallium'. The 16.x release line now moves into "Active LTS"
63
+ and will remain so until October 2022. After that time, it will move into
64
+ "Maintenance" until end of life in April 2024.
65
+
52
66
  <a id="16.12.0"></a>
53
67
  ## 2021-10-20, Version 16.12.0 (Current), @richardlau
54
68
 
package/bin/node CHANGED
Binary file
@@ -23,11 +23,11 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
- #define NODE_MINOR_VERSION 12
26
+ #define NODE_MINOR_VERSION 13
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
- #define NODE_VERSION_IS_LTS 0
30
- #define NODE_VERSION_LTS_CODENAME ""
29
+ #define NODE_VERSION_IS_LTS 1
30
+ #define NODE_VERSION_LTS_CODENAME "Gallium"
31
31
 
32
32
  #define NODE_VERSION_IS_RELEASE 1
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-darwin-x64",
3
- "version": "v16.12.0",
3
+ "version": "v16.13.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"