@@ -8,6 +8,23 @@ Version 2.1.3
88
99To be released.
1010
11+ ### @fedify/init
12+
13+ - Restored the npm entrypoint contract for ` @fedify/init ` after the ` tsdown `
14+ upgrade started publishing ` dist/*.mjs ` files while the package metadata
15+ still exported ` dist/*.js ` and ` dist/*.d.ts ` . Node consumers such as
16+ ` @fedify/cli ` can start again, including ` npx -y @fedify/cli --help ` .
17+ [[ #655 ]]
18+
19+ [ #655 ] : https://github.com/fedify-dev/fedify/issues/655
20+
21+ ### @fedify/create
22+
23+ - Restored the npm CLI entrypoint for ` @fedify/create ` so the published
24+ ` bin ` and ` exports ` paths once again point to generated ` dist/mod.js `
25+ output instead of missing ` dist/mod.js ` files. This prevents the same
26+ packaging regression from breaking ` npm init @fedify ` . [[ #655 ]]
27+
1128
1229Version 2.1.2
1330-------------
@@ -248,6 +265,35 @@ Released on March 24, 2026.
248265[ #599 ] : https://github.com/fedify-dev/fedify/pull/599
249266
250267
268+ Version 2.0.10
269+ --------------
270+
271+ Released on March 31, 2026.
272+
273+ ### @fedify/lint
274+
275+ - Fixed the published ESM output paths for ` @fedify/lint ` so the package
276+ exports and type declarations point to the actual files generated by
277+ ` tsdown ` . This restores imports such as
278+ ` import fedifyLint from "@fedify/lint" ` in documentation examples and other
279+ TypeScript consumers.
280+
281+ ### @fedify/init
282+
283+ - Restored the npm entrypoint contract for ` @fedify/init ` after the ` tsdown `
284+ upgrade started publishing ` dist/*.mjs ` files while the package metadata
285+ still exported ` dist/*.js ` and ` dist/*.d.ts ` . Node consumers such as
286+ ` @fedify/cli ` can start again, including ` npx -y @fedify/cli --help ` .
287+ [[ #655 ]]
288+
289+ ### @fedify/create
290+
291+ - Restored the npm CLI entrypoint for ` @fedify/create ` so the published
292+ ` bin ` and ` exports ` paths once again point to generated ` dist/mod.js `
293+ output instead of missing ` dist/mod.js ` files. This prevents the same
294+ packaging regression from breaking ` npm init @fedify ` . [[ #655 ]]
295+
296+
251297Version 2.0.9
252298-------------
253299
0 commit comments