From d45b84eb393a38cd01077d4a95a22db505decadd Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 18 Apr 2023 18:48:23 +0200 Subject: [PATCH] doc: fix history ordering of `WASI` constructor --- doc/api/wasi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/wasi.md b/doc/api/wasi.md index 2a79f42e9d40c5..5a183e0c7a1837 100644 --- a/doc/api/wasi.md +++ b/doc/api/wasi.md @@ -118,12 +118,12 @@ added: - v13.3.0 - v12.16.0 changes: - - version: v20.0.0 - pr-url: https://github.com/nodejs/node/pull/47391 - description: The version option is now required and has no default value. - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/47390 description: default value of returnOnExit changed to true. + - version: v20.0.0 + pr-url: https://github.com/nodejs/node/pull/47391 + description: The version option is now required and has no default value. - version: v19.8.0 pr-url: https://github.com/nodejs/node/pull/46469 description: version field added to options.