Skip to content

Releases: AminZoubaa/permix

v4.0.3

21 Mar 10:50

Choose a tag to compare

npm package | Documentation | Full changelog

Documentation

  • Switched the published README badges to tested badgen URLs for version, bundle size, license, release, and docs so the badges render more reliably for the scoped package.

Fixed

  • Enforced the package name in GitHub Release titles so releases are shown as @aminzoubaa/permix vX.Y.Z instead of bare version tags.

v4.0.2

21 Mar 10:37

Choose a tag to compare

npm package | Documentation | Full changelog

Documentation

  • Refreshed the published README badges with npm version, downloads, bundle size, license, release, and docs links.
  • Automated GitHub Releases for tag publishes so each release now includes visible notes from the matching changelog section.

Fixed

  • Ignored generated .tgz package artifacts in the package workspace so local release work does not leave noisy untracked files behind.

v4.0.1

21 Mar 10:24

Choose a tag to compare

npm package | Documentation | Full changelog

Fixed

  • Pointed published package metadata to the hosted documentation site instead of the repository README so npm and GitHub package listings can surface the correct project page.
  • Clarified package size wording in the documentation to distinguish the core runtime bundle from the full published package tarball.
  • Added GitHub Packages publishing support alongside npmjs so the forked package also appears in the repository package registry.
  • Ensured pnpm pack and other local packaging flows include the package README by copying it during prepack as well as publish time.