Skip to content

Commit d0e0eb4

Browse files
aduh95ruyadorno
authored andcommitted
doc: update outdated history info
PR-URL: #49530 Refs: #48842 Refs: #47999 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent f214428 commit d0e0eb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/module.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ import('node:fs').then((esmFS) => {
150150
<!-- YAML
151151
added: v8.8.0
152152
changes:
153-
- version: v20.7.0
153+
- version: v20.6.0
154154
pr-url: https://github.com/nodejs/node/pull/48842
155155
description: Added `initialize` hook to replace `globalPreload`.
156156
- version:
@@ -380,7 +380,7 @@ asynchronous operations (like `console.log`) to complete.
380380
#### `initialize()`
381381
382382
<!-- YAML
383-
added: v20.7.0
383+
added: v20.6.0
384384
-->
385385
386386
> Stability: 1.1 - Active development
@@ -563,7 +563,7 @@ export async function resolve(specifier, context, nextResolve) {
563563
564564
<!-- YAML
565565
changes:
566-
- version: v20.7.0
566+
- version: v20.6.0
567567
pr-url: https://github.com/nodejs/node/pull/47999
568568
description: Add support for `source` with format `commonjs`.
569569
- version:

0 commit comments

Comments
 (0)