Skip to content

Commit 1ebd250

Browse files
committed
2022-06-15, Version 18.4.0 (Current)
Notable changes: * crypto: * remove Node.js-specific webcrypto extensions (Filip Skokan) #43310 * add CFRG curves to Web Crypto API (Filip Skokan) #42507 * report: * add more heap infos in process report (theanarkh) #43116 PR-URL: #43385
1 parent f4c830f commit 1ebd250

File tree

4 files changed

+115
-19
lines changed

4 files changed

+115
-19
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ release.
3535
</tr>
3636
<tr>
3737
<td valign="top">
38-
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.3.0">18.3.0</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.4.0">18.4.0</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V18.md#18.3.0">18.3.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V18.md#18.2.0">18.2.0</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V18.md#18.1.0">18.1.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V18.md#18.0.0">18.0.0</a><br/>

doc/api/webcrypto.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
<!-- YAML
44
changes:
5-
- version: REPLACEME
5+
- version: v18.4.0
66
pr-url: https://github.com./nodejs/node/pull/43310
77
description: Removed proprietary `'node.keyObject'` import/export format.
8-
- version: REPLACEME
8+
- version: v18.4.0
99
pr-url: https://github.com./nodejs/node/pull/43310
1010
description: Removed proprietary `'NODE-DSA'`, `'NODE-DH'`,
1111
and `'NODE-SCRYPT'` algorithms.
12-
- version: REPLACEME
12+
- version: v18.4.0
1313
pr-url: https://github.com./nodejs/node/pull/42507
1414
description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
1515
algorithms.
16-
- version: REPLACEME
16+
- version: v18.4.0
1717
pr-url: https://github.com./nodejs/node/pull/42507
1818
description: Removed proprietary `'NODE-ED25519'` and `'NODE-ED448'`
1919
algorithms.
20-
- version: REPLACEME
20+
- version: v18.4.0
2121
pr-url: https://github.com./nodejs/node/pull/42507
2222
description: Removed proprietary `'NODE-X25519'` and `'NODE-X448'` named
2323
curves from the `'ECDH'` algorithm.
@@ -553,7 +553,7 @@ The algorithms currently supported include:
553553
<!-- YAML
554554
added: v15.0.0
555555
changes:
556-
- version: REPLACEME
556+
- version: v18.4.0
557557
pr-url: https://github.com./nodejs/node/pull/42507
558558
description: Added `'X25519'`, and `'X448'` algorithms.
559559
-->
@@ -584,7 +584,7 @@ The algorithms currently supported include:
584584
<!-- YAML
585585
added: v15.0.0
586586
changes:
587-
- version: REPLACEME
587+
- version: v18.4.0
588588
pr-url: https://github.com./nodejs/node/pull/42507
589589
description: Added `'X25519'`, and `'X448'` algorithms.
590590
-->
@@ -666,7 +666,7 @@ The algorithms currently supported include:
666666
<!-- YAML
667667
added: v15.0.0
668668
changes:
669-
- version: REPLACEME
669+
- version: v18.4.0
670670
pr-url: https://github.com./nodejs/node/pull/42507
671671
description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
672672
algorithms.
@@ -754,7 +754,7 @@ The {CryptoKey} (secret key) generating algorithms supported include:
754754
<!-- YAML
755755
added: v15.0.0
756756
changes:
757-
- version: REPLACEME
757+
- version: v18.4.0
758758
pr-url: https://github.com./nodejs/node/pull/42507
759759
description: Added `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'`
760760
algorithms.
@@ -809,7 +809,7 @@ The algorithms currently supported include:
809809
<!-- YAML
810810
added: v15.0.0
811811
changes:
812-
- version: REPLACEME
812+
- version: v18.4.0
813813
pr-url: https://github.com./nodejs/node/pull/42507
814814
description: Added `'Ed25519'`, and `'Ed448'` algorithms.
815815
-->
@@ -893,7 +893,7 @@ The unwrapped key algorithms supported include:
893893
<!-- YAML
894894
added: v15.0.0
895895
changes:
896-
- version: REPLACEME
896+
- version: v18.4.0
897897
pr-url: https://github.com./nodejs/node/pull/42507
898898
description: Added `'Ed25519'`, and `'Ed448'` algorithms.
899899
-->
@@ -965,13 +965,13 @@ are simple JavaScript dictionary objects.
965965
### Class: `AlgorithmIdentifier`
966966

967967
<!-- YAML
968-
added: REPLACEME
968+
added: v18.4.0
969969
-->
970970

971971
#### `algorithmIdentifier.name`
972972

973973
<!-- YAML
974-
added: REPLACEME
974+
added: v18.4.0
975975
-->
976976

977977
* Type: {string}
@@ -1228,15 +1228,15 @@ added: v15.0.0
12281228
#### `ed448Params.name`
12291229

12301230
<!-- YAML
1231-
added: REPLACEME
1231+
added: v18.4.0
12321232
-->
12331233

12341234
* Type: {string} Must be `'Ed448'`.
12351235

12361236
#### `ed448Params.context`
12371237

12381238
<!-- YAML
1239-
added: REPLACEME
1239+
added: v18.4.0
12401240
-->
12411241

12421242
* Type: {ArrayBuffer|TypedArray|DataView|Buffer|undefined}

doc/changelogs/CHANGELOG_V18.md

+95
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#18.4.0">18.4.0</a><br/>
1112
<a href="#18.3.0">18.3.0</a><br/>
1213
<a href="#18.2.0">18.2.0</a><br/>
1314
<a href="#18.1.0">18.1.0</a><br/>
@@ -36,6 +37,100 @@
3637
* [io.js](CHANGELOG_IOJS.md)
3738
* [Archive](CHANGELOG_ARCHIVE.md)
3839

40+
<a id="18.4.0"></a>
41+
42+
## 2022-06-15, Version 18.4.0 (Current), @danielleadams
43+
44+
### Notable Changes
45+
46+
* **crypto**:
47+
* remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://github.com./nodejs/node/pull/43310)
48+
* add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://github.com./nodejs/node/pull/42507)
49+
* **report**:
50+
* add more heap infos in process report (theanarkh) [#43116](https://github.com./nodejs/node/pull/43116)
51+
52+
### Commits
53+
54+
* \[[`702bfa0b7c`](https://github.com./nodejs/node/commit/702bfa0b7c)] - **async\_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
55+
* \[[`f7c4015fd8`](https://github.com./nodejs/node/commit/f7c4015fd8)] - **bootstrap**: consolidate global properties definition (Chengzhong Wu) [#43357](https://github.com./nodejs/node/pull/43357)
56+
* \[[`8d892f5259`](https://github.com./nodejs/node/commit/8d892f5259)] - **build**: add nonpm and nocorepack to vcbuild.bat (Darshan Sen) [#43219](https://github.com./nodejs/node/pull/43219)
57+
* \[[`4109ddc005`](https://github.com./nodejs/node/commit/4109ddc005)] - **child\_process**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
58+
* \[[`7b5cb14f0c`](https://github.com./nodejs/node/commit/7b5cb14f0c)] - **cluster**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
59+
* \[[`df0903c8e8`](https://github.com./nodejs/node/commit/df0903c8e8)] - **crypto**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
60+
* \[[`6d0053345e`](https://github.com./nodejs/node/commit/6d0053345e)] - **(SEMVER-MINOR)** **crypto**: remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://github.com./nodejs/node/pull/43310)
61+
* \[[`28c034d6b5`](https://github.com./nodejs/node/commit/28c034d6b5)] - **(SEMVER-MINOR)** **crypto**: add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://github.com./nodejs/node/pull/42507)
62+
* \[[`f4c830fbe4`](https://github.com./nodejs/node/commit/f4c830fbe4)] - **deps**: upgrade npm to 8.12.1 (npm CLI robot) [#43301](https://github.com./nodejs/node/pull/43301)
63+
* \[[`b9634e7ef3`](https://github.com./nodejs/node/commit/b9634e7ef3)] - **doc**: remove llnode from diag tierlist (Tony Gorez) [#43289](https://github.com./nodejs/node/pull/43289)
64+
* \[[`4caeb10e7b`](https://github.com./nodejs/node/commit/4caeb10e7b)] - **doc**: remove ETW from diag tierlist (Tony Gorez) [#43295](https://github.com./nodejs/node/pull/43295)
65+
* \[[`41955e5ce5`](https://github.com./nodejs/node/commit/41955e5ce5)] - **doc**: use serial comma in report docs (Tobias Nießen) [#43394](https://github.com./nodejs/node/pull/43394)
66+
* \[[`e30d4c1cb0`](https://github.com./nodejs/node/commit/e30d4c1cb0)] - **doc**: add fspromises mkdir example (Tierney Cyren) [#40843](https://github.com./nodejs/node/pull/40843)
67+
* \[[`adec5fa929`](https://github.com./nodejs/node/commit/adec5fa929)] - **doc**: add F3n67u to triagers (Feng Yu) [#43350](https://github.com./nodejs/node/pull/43350)
68+
* \[[`cc3505b192`](https://github.com./nodejs/node/commit/cc3505b192)] - **doc**: fix typo in globals.md (Daeyeon Jeong) [#43365](https://github.com./nodejs/node/pull/43365)
69+
* \[[`052c8eaf6a`](https://github.com./nodejs/node/commit/052c8eaf6a)] - **doc**: use serial comma in webstreams docs (Tobias Nießen) [#43353](https://github.com./nodejs/node/pull/43353)
70+
* \[[`b824a0b7d0`](https://github.com./nodejs/node/commit/b824a0b7d0)] - **doc**: fix specifier example in `esm.md` (hiroki osame) [#43351](https://github.com./nodejs/node/pull/43351)
71+
* \[[`d558b3c028`](https://github.com./nodejs/node/commit/d558b3c028)] - **doc**: add undici to glossary (F3n67u) [#43327](https://github.com./nodejs/node/pull/43327)
72+
* \[[`f9ad98f5cb`](https://github.com./nodejs/node/commit/f9ad98f5cb)] - **doc**: change glossary link in pull request guide to node's glossary doc (Feng Yu) [#43318](https://github.com./nodejs/node/pull/43318)
73+
* \[[`02944a6783`](https://github.com./nodejs/node/commit/02944a6783)] - **doc**: fix typo in util.parseArgs usage example (Michael Ficarra) [#43332](https://github.com./nodejs/node/pull/43332)
74+
* \[[`f2bc6a3f71`](https://github.com./nodejs/node/commit/f2bc6a3f71)] - **doc**: improve description of TZ (Tobias Nießen) [#43334](https://github.com./nodejs/node/pull/43334)
75+
* \[[`9335ea6c35`](https://github.com./nodejs/node/commit/9335ea6c35)] - **doc**: use serial comma in net docs (Tobias Nießen) [#43335](https://github.com./nodejs/node/pull/43335)
76+
* \[[`05f38c6c3e`](https://github.com./nodejs/node/commit/05f38c6c3e)] - **doc**: make clear the result of comparison between Symbol.for (Kohei Ueno) [#43309](https://github.com./nodejs/node/pull/43309)
77+
* \[[`c9aed9de9f`](https://github.com./nodejs/node/commit/c9aed9de9f)] - **doc**: add missing require to stream api doc (Feng Yu) [#43237](https://github.com./nodejs/node/pull/43237)
78+
* \[[`f3188c1c9c`](https://github.com./nodejs/node/commit/f3188c1c9c)] - **doc**: add CIGTM to `glossary.md` (Feng Yu) [#43316](https://github.com./nodejs/node/pull/43316)
79+
* \[[`c572d2d115`](https://github.com./nodejs/node/commit/c572d2d115)] - **doc**: use serial comma in pull request doc (Feng Yu) [#43319](https://github.com./nodejs/node/pull/43319)
80+
* \[[`8a4e1fa002`](https://github.com./nodejs/node/commit/8a4e1fa002)] - **doc**: use serial comma in ESM docs (Tobias Nießen) [#43322](https://github.com./nodejs/node/pull/43322)
81+
* \[[`fff0560a66`](https://github.com./nodejs/node/commit/fff0560a66)] - **doc**: promote cdt to tier 3 (Tony Gorez) [#43290](https://github.com./nodejs/node/pull/43290)
82+
* \[[`7d0f6da97f`](https://github.com./nodejs/node/commit/7d0f6da97f)] - **doc**: fix chromium document link in pull-requests.md (rikapo) [#43265](https://github.com./nodejs/node/pull/43265)
83+
* \[[`4674b0d2a5`](https://github.com./nodejs/node/commit/4674b0d2a5)] - **doc**: fix 404 link of BUILDING.md (Feng Yu) [#43234](https://github.com./nodejs/node/pull/43234)
84+
* \[[`ee392c5c0b`](https://github.com./nodejs/node/commit/ee392c5c0b)] - **doc**: update CHANGELOG\_V18.md (Filip Skokan) [#43298](https://github.com./nodejs/node/pull/43298)
85+
* \[[`5a3a2a197f`](https://github.com./nodejs/node/commit/5a3a2a197f)] - **doc**: add src/crypto to CC list for nodejs/crypto (Tobias Nießen) [#43286](https://github.com./nodejs/node/pull/43286)
86+
* \[[`69ce50396c`](https://github.com./nodejs/node/commit/69ce50396c)] - **doc**: use serial comma in console docs (Tobias Nießen) [#43257](https://github.com./nodejs/node/pull/43257)
87+
* \[[`fda2105481`](https://github.com./nodejs/node/commit/fda2105481)] - **events**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
88+
* \[[`63bf49b143`](https://github.com./nodejs/node/commit/63bf49b143)] - **fs**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
89+
* \[[`9b764531b9`](https://github.com./nodejs/node/commit/9b764531b9)] - **fs**: export constants from `fs/promises` (Feng Yu) [#43177](https://github.com./nodejs/node/pull/43177)
90+
* \[[`a4409f85f8`](https://github.com./nodejs/node/commit/a4409f85f8)] - **http**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
91+
* \[[`2ffd54105a`](https://github.com./nodejs/node/commit/2ffd54105a)] - **http2**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
92+
* \[[`b468b8fe51`](https://github.com./nodejs/node/commit/b468b8fe51)] - **https**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
93+
* \[[`3b2f7eed39`](https://github.com./nodejs/node/commit/3b2f7eed39)] - **lib**: use `kEmptyObject` in various places (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
94+
* \[[`4a9511d971`](https://github.com./nodejs/node/commit/4a9511d971)] - **lib**: give names to promisified methods (LiviaMedeiros) [#43218](https://github.com./nodejs/node/pull/43218)
95+
* \[[`b8644606eb`](https://github.com./nodejs/node/commit/b8644606eb)] - **lib**: use null-prototype objects for property descriptors (Antoine du Hamel) [#43270](https://github.com./nodejs/node/pull/43270)
96+
* \[[`64edd6cbc3`](https://github.com./nodejs/node/commit/64edd6cbc3)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#43399](https://github.com./nodejs/node/pull/43399)
97+
* \[[`b05cea57ba`](https://github.com./nodejs/node/commit/b05cea57ba)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43387](https://github.com./nodejs/node/pull/43387)
98+
* \[[`a8ecec57e3`](https://github.com./nodejs/node/commit/a8ecec57e3)] - **meta**: move one or more collaborators to emeritus (#43183) (Node.js GitHub Bot) [#43183](https://github.com./nodejs/node/pull/43183)
99+
* \[[`60dc36244a`](https://github.com./nodejs/node/commit/60dc36244a)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43312](https://github.com./nodejs/node/pull/43312)
100+
* \[[`9803b82ac7`](https://github.com./nodejs/node/commit/9803b82ac7)] - **net,dns**: move hasObserver out of perf function (theanarkh) [#43217](https://github.com./nodejs/node/pull/43217)
101+
* \[[`112518fb1d`](https://github.com./nodejs/node/commit/112518fb1d)] - **perf\_hooks**: fix function wrapped by `timerify` to work correctly (Kohei Ueno) [#43330](https://github.com./nodejs/node/pull/43330)
102+
* \[[`a3310d13bf`](https://github.com./nodejs/node/commit/a3310d13bf)] - **perf\_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
103+
* \[[`7e8a00a26d`](https://github.com./nodejs/node/commit/7e8a00a26d)] - **readline**: fix question stack overflow (Eugene Chapko) [#43320](https://github.com./nodejs/node/pull/43320)
104+
* \[[`5e98cacf77`](https://github.com./nodejs/node/commit/5e98cacf77)] - **readline**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
105+
* \[[`66d956ca49`](https://github.com./nodejs/node/commit/66d956ca49)] - **repl**: make autocomplete case-insensitive (Sergey Petushkov) [#41632](https://github.com./nodejs/node/pull/41632)
106+
* \[[`201f3d7f56`](https://github.com./nodejs/node/commit/201f3d7f56)] - **(SEMVER-MINOR)** **report**: add more heap infos in process report (theanarkh) [#43116](https://github.com./nodejs/node/pull/43116)
107+
* \[[`a0568409b6`](https://github.com./nodejs/node/commit/a0568409b6)] - **src**: fix json utils escapes for U+000B (Chengzhong Wu) [#43206](https://github.com./nodejs/node/pull/43206)
108+
* \[[`931ecfa033`](https://github.com./nodejs/node/commit/931ecfa033)] - **src**: fix memory leaks and refactor `ByteSource` (Tobias Nießen) [#43202](https://github.com./nodejs/node/pull/43202)
109+
* \[[`5e65c1f3da`](https://github.com./nodejs/node/commit/5e65c1f3da)] - **src**: convey potential exceptions during StreamPipe construction (Darshan Sen) [#43240](https://github.com./nodejs/node/pull/43240)
110+
* \[[`b200a5ff67`](https://github.com./nodejs/node/commit/b200a5ff67)] - **stream**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
111+
* \[[`71802c32d0`](https://github.com./nodejs/node/commit/71802c32d0)] - **test**: fix address in use error (Caleb Everett) [#43199](https://github.com./nodejs/node/pull/43199)
112+
* \[[`e1b8c85a7a`](https://github.com./nodejs/node/commit/e1b8c85a7a)] - **test**: add test for short-option followed by its value (Kohei Ueno) [#43358](https://github.com./nodejs/node/pull/43358)
113+
* \[[`f8d26c6011`](https://github.com./nodejs/node/commit/f8d26c6011)] - **test**: fix `common.mustNotCall` error message (Antoine du Hamel) [#42917](https://github.com./nodejs/node/pull/42917)
114+
* \[[`18fffe6108`](https://github.com./nodejs/node/commit/18fffe6108)] - **test**: convert then to async/await (Meek Simbule) [#43292](https://github.com./nodejs/node/pull/43292)
115+
* \[[`acd96d80eb`](https://github.com./nodejs/node/commit/acd96d80eb)] - **test**: add `BigInt`s to `common.getArrayBufferViews()` (LiviaMedeiros) [#43235](https://github.com./nodejs/node/pull/43235)
116+
* \[[`e576a7fa50`](https://github.com./nodejs/node/commit/e576a7fa50)] - **test\_runner**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
117+
* \[[`fecad7a3a5`](https://github.com./nodejs/node/commit/fecad7a3a5)] - **timers**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
118+
* \[[`e31baca76a`](https://github.com./nodejs/node/commit/e31baca76a)] - **tls**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
119+
* \[[`7f8f61a749`](https://github.com./nodejs/node/commit/7f8f61a749)] - **tls**: fix performance regression in `convertALPNProtocols()` (LiviaMedeiros) [#43250](https://github.com./nodejs/node/pull/43250)
120+
* \[[`b69d874592`](https://github.com./nodejs/node/commit/b69d874592)] - **tools**: fix `create-or-update-pull-request-action` hash on GHA (Antoine du Hamel) [#43378](https://github.com./nodejs/node/pull/43378)
121+
* \[[`cf8a115983`](https://github.com./nodejs/node/commit/cf8a115983)] - **tools**: add `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#43308](https://github.com./nodejs/node/pull/43308)
122+
* \[[`8c0fe1e184`](https://github.com./nodejs/node/commit/8c0fe1e184)] - **tools**: fix find-inactive actions (LiviaMedeiros) [#43377](https://github.com./nodejs/node/pull/43377)
123+
* \[[`7f45d69f83`](https://github.com./nodejs/node/commit/7f45d69f83)] - **tools**: update lint-md-dependencies to rollup\@2.75.5 (Node.js GitHub Bot) [#43313](https://github.com./nodejs/node/pull/43313)
124+
* \[[`d5d0f01c5a`](https://github.com./nodejs/node/commit/d5d0f01c5a)] - **tools**: update eslint to 8.17.0 (Node.js GitHub Bot) [#43314](https://github.com./nodejs/node/pull/43314)
125+
* \[[`f598fe1585`](https://github.com./nodejs/node/commit/f598fe1585)] - **tools**: use hashes instead of tags for external actions (#43284) (Antoine du Hamel) [#43284](https://github.com./nodejs/node/pull/43284)
126+
* \[[`10f79947d9`](https://github.com./nodejs/node/commit/10f79947d9)] - **tools**: update `codecov/codecov-action` version (Antoine du Hamel) [#43297](https://github.com./nodejs/node/pull/43297)
127+
* \[[`f93848fa50`](https://github.com./nodejs/node/commit/f93848fa50)] - **tools**: update lint-md-dependencies to rollup\@2.75.3 (Node.js GitHub Bot) [#43261](https://github.com./nodejs/node/pull/43261)
128+
* \[[`b3d7dc1de8`](https://github.com./nodejs/node/commit/b3d7dc1de8)] - **tools**: update clang-format 1.7.0 to 1.8.0 (Darshan Sen) [#43241](https://github.com./nodejs/node/pull/43241)
129+
* \[[`b187d55b6d`](https://github.com./nodejs/node/commit/b187d55b6d)] - **util**: add `kEmptyObject` to internal/util (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
130+
* \[[`024b396275`](https://github.com./nodejs/node/commit/024b396275)] - **vm**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
131+
* \[[`7fc432fa35`](https://github.com./nodejs/node/commit/7fc432fa35)] - **wasi**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
132+
* \[[`44b65d0ca7`](https://github.com./nodejs/node/commit/44b65d0ca7)] - **worker**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://github.com./nodejs/node/pull/43159)
133+
39134
<a id="18.3.0"></a>
40135

41136
## 2022-06-01, Version 18.3.0 (Current), @bengl

src/node_version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
#define SRC_NODE_VERSION_H_
2424

2525
#define NODE_MAJOR_VERSION 18
26-
#define NODE_MINOR_VERSION 3
27-
#define NODE_PATCH_VERSION 1
26+
#define NODE_MINOR_VERSION 4
27+
#define NODE_PATCH_VERSION 0
2828

2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)