@@ -21,6 +21,29 @@ To be released.
2121 maximum number of redirects followed by ` getDocumentLoader() ` .
2222
2323
24+ Version 2.1.3
25+ -------------
26+
27+ Released on March 31, 2026.
28+
29+ ### @fedify/init
30+
31+ - Restored the npm entrypoint contract for ` @fedify/init ` after the ` tsdown `
32+ upgrade started publishing ` dist/*.mjs ` files while the package metadata
33+ still exported ` dist/*.js ` and ` dist/*.d.ts ` . Node consumers such as
34+ ` @fedify/cli ` can start again, including ` npx -y @fedify/cli --help ` .
35+ [[ #655 ]]
36+
37+ [ #655 ] : https://github.com/fedify-dev/fedify/issues/655
38+
39+ ### @fedify/create
40+
41+ - Restored the npm CLI entrypoint for ` @fedify/create ` so the published
42+ ` bin ` and ` exports ` paths once again point to generated ` dist/mod.js `
43+ output instead of missing ` dist/mod.js ` files. This prevents the same
44+ packaging regression from breaking ` npm init @fedify ` . [[ #655 ]]
45+
46+
2447Version 2.1.2
2548-------------
2649
@@ -260,6 +283,35 @@ Released on March 24, 2026.
260283[ #599 ] : https://github.com/fedify-dev/fedify/pull/599
261284
262285
286+ Version 2.0.10
287+ --------------
288+
289+ Released on March 31, 2026.
290+
291+ ### @fedify/lint
292+
293+ - Fixed the published ESM output paths for ` @fedify/lint ` so the package
294+ exports and type declarations point to the actual files generated by
295+ ` tsdown ` . This restores imports such as
296+ ` import fedifyLint from "@fedify/lint" ` in documentation examples and other
297+ TypeScript consumers.
298+
299+ ### @fedify/init
300+
301+ - Restored the npm entrypoint contract for ` @fedify/init ` after the ` tsdown `
302+ upgrade started publishing ` dist/*.mjs ` files while the package metadata
303+ still exported ` dist/*.js ` and ` dist/*.d.ts ` . Node consumers such as
304+ ` @fedify/cli ` can start again, including ` npx -y @fedify/cli --help ` .
305+ [[ #655 ]]
306+
307+ ### @fedify/create
308+
309+ - Restored the npm CLI entrypoint for ` @fedify/create ` so the published
310+ ` bin ` and ` exports ` paths once again point to generated ` dist/mod.js `
311+ output instead of missing ` dist/mod.js ` files. This prevents the same
312+ packaging regression from breaking ` npm init @fedify ` . [[ #655 ]]
313+
314+
263315Version 2.0.9
264316-------------
265317
0 commit comments