Skip to content

Fedify 2.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Mar 17:56
· 467 commits to main since this release
2.1.2
780686f

Released on March 29, 2026.

@fedify/fedify

  • Fixed CommonJS builds of @fedify/fedify/vocab missing the Object export from the entry point. Older tsdown output generated an invalid CommonJS re-export, causing require("@fedify/fedify/vocab").Object to be undefined. Updated the bundler toolchain and added a regression test for the built CommonJs entry point. [#651]