node-linux-arm64 19.8.0 → 19.8.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,7 +8,8 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
- <b><a href="#19.8.0">19.8.0</a></b><br/>
11
+ <b><a href="#19.8.1">19.8.1</a></b><br/>
12
+ <a href="#19.8.0">19.8.0</a><br/>
12
13
  <a href="#19.7.0">19.7.0</a><br/>
13
14
  <a href="#19.6.1">19.6.1</a><br/>
14
15
  <a href="#19.6.0">19.6.0</a><br/>
@@ -44,6 +45,21 @@
44
45
  * [io.js](CHANGELOG_IOJS.md)
45
46
  * [Archive](CHANGELOG_ARCHIVE.md)
46
47
 
48
+ <a id="19.8.1"></a>
49
+
50
+ ## 2023-03-15, Version 19.8.1 (Current), @targos
51
+
52
+ ### Notable Changes
53
+
54
+ This release contains a single revert of a change that was introduced in v19.8.0
55
+ and introduced application crashes.
56
+
57
+ Fixes: <https://github.com/nodejs/node/issues/47096>
58
+
59
+ ### Commits
60
+
61
+ * \[[`f7c8aa4cf1`](https://github.com/nodejs/node/commit/f7c8aa4cf1)] - _**Revert**_ "**vm**: fix leak in vm.compileFunction when importModuleDynamically is used" (Michaël Zasso) [#47101](https://github.com/nodejs/node/pull/47101)
62
+
47
63
  <a id="19.8.0"></a>
48
64
 
49
65
  ## 2023-03-14, Version 19.8.0 (Current), @targos
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 19
26
26
  #define NODE_MINOR_VERSION 8
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": "v19.8.0",
3
+ "version": "v19.8.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"