Skip to content

0.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 13:58
· 6 commits to main since this release
0fdbf6a

Changed

  • Internal: the two HTTP helpers share one withTimeout from the bundled kit
    instead of each carrying its own Promise.race. No behaviour change.
  • Internal: the release script now refuses to build unless HEAD sits on the
    tag being released and the tree is clean — a build from a moved working tree
    can otherwise ship code the tag does not contain.

Note

  • The main.js asset of the 0.5.1 GitHub release was replaced shortly after
    publication. The original upload had been built from a working tree that had
    moved past the tag, so it contained code absent from 0.5.1. The replacement
    is a clean npm ci build of the tagged source, byte-identical under Node 20
    and Node 24. The Forgejo release was unaffected.