From cede0c57b8142af4c4bcb07735d218698dc367de Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 22 Apr 2021 16:52:49 +0200 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: Shingo Inoue --- doc/api/packages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index fd84f311ca70a9..6f7fbf64cab7b2 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -335,7 +335,7 @@ analogous to the exports field. 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: