Skip to content

Commit 77df57a

Browse files
aduh95avivkeller
authored andcommitted
doc: add history entries for JSON modules stabilization
PR-URL: nodejs#55855 Refs: nodejs#55333 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
1 parent c53f27b commit 77df57a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/api/esm.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<!-- YAML
88
added: v8.5.0
99
changes:
10+
- version:
11+
- v23.1.0
12+
- v18.20.5
13+
pr-url: https://github.com/nodejs/node/pull/55333
14+
description: Import attributes are no longer experimental.
1015
- version:
1116
- v21.0.0
1217
- v20.10.0
@@ -628,6 +633,15 @@ separate cache.
628633
629634
## JSON modules
630635
636+
<!-- YAML
637+
changes:
638+
- version:
639+
- v23.1.0
640+
- v18.20.5
641+
pr-url: https://github.com/nodejs/node/pull/55333
642+
description: JSON modules are no longer experimental.
643+
-->
644+
631645
> Stability: 2 - Stable
632646
633647
JSON files can be referenced by `import`:

0 commit comments

Comments
 (0)