node-linux-arm64 20.6.0 → 20.6.1

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
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#20.6.1">20.6.1</a><br/>
11
12
  <a href="#20.6.0">20.6.0</a><br/>
12
13
  <a href="#20.5.1">20.5.1</a><br/>
13
14
  <a href="#20.5.0">20.5.0</a><br/>
@@ -43,6 +44,14 @@
43
44
  * [io.js](CHANGELOG_IOJS.md)
44
45
  * [Archive](CHANGELOG_ARCHIVE.md)
45
46
 
47
+ <a id="20.6.1"></a>
48
+
49
+ ## 2023-09-08, Version 20.6.1 (Current), @RafaelGSS
50
+
51
+ ### Commits
52
+
53
+ * \[[`8acbe6d8e8`](https://github.com/nodejs/node/commit/8acbe6d8e8)] - **esm**: fix loading of CJS modules from ESM (Antoine du Hamel) [#49500](https://github.com/nodejs/node/pull/49500)
54
+
46
55
  <a id="20.6.0"></a>
47
56
 
48
57
  ## 2023-09-04, Version 20.6.0 (Current), @juanarbol prepared by @UlisesGascon
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
26
  #define NODE_MINOR_VERSION 6
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v20.6.0",
3
+ "version": "v20.6.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"