Skip to content

Commit 1f2fcf1

Browse files
committed
doc: add history entries for JSON modules stabilization
PR-URL: #55855 Refs: #55333 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent a8657e2 commit 1f2fcf1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/esm.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<!-- YAML
88
added: v8.5.0
99
changes:
10+
- version: v23.1.0
11+
pr-url: https://github.com/nodejs/node/pull/55333
12+
description: Import attributes are no longer experimental.
1013
- version:
1114
- v21.0.0
1215
- v20.10.0
@@ -628,6 +631,13 @@ separate cache.
628631
629632
## JSON modules
630633
634+
<!-- YAML
635+
changes:
636+
- version: v23.1.0
637+
pr-url: https://github.com/nodejs/node/pull/55333
638+
description: JSON modules are no longer experimental.
639+
-->
640+
631641
> Stability: 2 - Stable
632642
633643
JSON files can be referenced by `import`:

0 commit comments

Comments
 (0)