Skip to content

Commit

Permalink
doc: fix version history for "exports" patterns
Browse files Browse the repository at this point in the history
Refs: #34718

PR-URL: #38355
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
  • Loading branch information
aduh95 authored and targos committed Jun 11, 2021
1 parent 9702f22 commit cede0c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/packages.md
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cede0c5

Please sign in to comment.