Skip to content

v2.0.7

Choose a tag to compare

@github-actions github-actions released this 01 Sep 07:28
· 16 commits to main since this release
51d1de2

Patch Changes

  • 941f3ad: Stop shipping test files in the published tarball. files was ["cjs", "ts"], which
    included the five ts/*.spec.ts sources; it is now scoped with a negative glob
    covering every test suffix the jest config matches.

    Move the release pipeline to changesets publishing over GitHub OIDC (npm trusted
    publishing), so the package publishes with no repository secrets. Converts the
    toolchain from yarn to pnpm and points repository metadata at the cyberuni org.