Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 17:12
0997fd4

Changed

  • Added automatic GitHub Releases with changelog notes and the npm tarball for v* tags.
  • Documented that automatic main prereleases and official releases both use the npm latest dist-tag.
  • Refreshed Babel 7 and Lodash development-toolchain pins to clear dev-only audit findings; published lib/ output is unchanged.
  • Scoped the development overrides to Jest and ts-jest and removed the unused @babel/runtime-corejs3 override.
  • Standardized local, pull-request, and release builds on Node.js 22 and declared Node.js >=22.12.0 as the supported runtime.
  • Add github.repository guard to release workflows to prevent them from running on forks

Fixed

  • Fix npm publish failing for prerelease versions by adding --tag latest to publish command
  • Use npx npm@11.12.1 for publish step to fix OIDC trusted publishing (npm 10.9.7 can't do OIDC, and npm install -g crashes during self-upgrade)