From bada1e9ed4f80f763e0803031290088dc5cc2d88 Mon Sep 17 00:00:00 2001
From: Antoine du Hamel <duhamelantoine1995@gmail.com>
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
---
 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 1fe317cb445e3d..5e42c27e619ce2 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -336,7 +336,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
@@ -1076,6 +1076,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: