node-linux-s390x 17.7.0 → 17.7.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 +17 -0
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#17.7.1">17.7.1</a><br/>
|
|
11
12
|
<a href="#17.7.0">17.7.0</a><br/>
|
|
12
13
|
<a href="#17.6.0">17.6.0</a><br/>
|
|
13
14
|
<a href="#17.5.0">17.5.0</a><br/>
|
|
@@ -41,6 +42,22 @@
|
|
|
41
42
|
* [io.js](CHANGELOG_IOJS.md)
|
|
42
43
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
43
44
|
|
|
45
|
+
<a id="17.7.1"></a>
|
|
46
|
+
|
|
47
|
+
## 2022-03-10, Version 17.7.1 (Current), @BethGriggs prepared by @sxa
|
|
48
|
+
|
|
49
|
+
### Notable Changes
|
|
50
|
+
|
|
51
|
+
#### Fixed regression in url.resolve()
|
|
52
|
+
|
|
53
|
+
This release fixes an issue introduced in Node.js v17.7.0 with some URLs
|
|
54
|
+
that contain `@`. This issue affected yarn 1. This version reverts the
|
|
55
|
+
change that introduced the regression.
|
|
56
|
+
|
|
57
|
+
### Commits
|
|
58
|
+
|
|
59
|
+
* \[[`96a9e00fb3`](https://github.com/nodejs/node/commit/96a9e00fb3)] - **url**: revert fix url.parse() for `@hostname` (Antoine du Hamel) [#42280](https://github.com/nodejs/node/pull/42280)
|
|
60
|
+
|
|
44
61
|
<a id="17.7.0"></a>
|
|
45
62
|
|
|
46
63
|
## 2022-03-09, Version 17.7.0 (Current), @BethGriggs prepared by @sxa
|
package/bin/node
CHANGED
|
Binary file
|