Skip to content

Fedify 2.1.3

Choose a tag to compare

@github-actions github-actions released this 31 Mar 07:58
· 159 commits to main since this release
2.1.3
b6dcc14

Released on March 31, 2026.

@fedify/init

  • Restored the npm entrypoint contract for @fedify/init after the tsdown upgrade started publishing dist/*.mjs files while the package metadata still exported dist/*.js and dist/*.d.ts. Node consumers such as @fedify/cli can start again, including npx -y @fedify/cli --help. [#655]

@fedify/create

  • Restored the npm CLI entrypoint for @fedify/create so the published bin and exports paths once again point to generated dist/mod.js output instead of missing dist/mod.js files. This prevents the same packaging regression from breaking npm init @fedify. [#655]