Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-04-22 17:52:49 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-06-11 10:30:06 +0300
commitcede0c57b8142af4c4bcb07735d218698dc367de (patch)
tree6226bc5c4e9b7ab3279e1106a2b024f0e60509dc /doc/api/packages.md
parent9702f22397f1fbf08c189755639f3df17b235d40 (diff)
doc: fix version history for `"exports"` patterns
Refs: https://github.com/nodejs/node/pull/34718 PR-URL: https://github.com/nodejs/node/pull/38355 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index fd84f311ca7..6f7fbf64cab 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -335,7 +335,7 @@ analogous to the exports field.
<!--YAML
added:
- v14.13.0
- - v12.19.0
+ - v12.20.0
-->
For packages with a small number of exports or imports, we recommend
@@ -1031,6 +1031,7 @@ added: v12.7.0
changes:
- version:
- v14.13.0
+ - v12.20.0
pr-url: https://github.com/nodejs/node/pull/34718
description: Add support for `"exports"` patterns.
- version: