Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 20:11
· 37 commits to main since this release

2.0.0 (2025-11-01)

Features

  • split off lib command from build (#93) (f119d9d)

BREAKING CHANGES

  • The build --bundle arg has been removed in favour of splitting build into build for bundling and lib for compiling library code. If you use yarn dev build --bundle simply change that to yarn dev lib.

  • wip: update package.json for changes

  • wip: don't ignore the src/lib directory

  • wip: remove release wip command