Releases: AminZoubaa/permix
Releases · AminZoubaa/permix
v4.0.3
npm package | Documentation | Full changelog
Documentation
- Switched the published README badges to tested
badgenURLs 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.Zinstead of bare version tags.
v4.0.2
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
.tgzpackage artifacts in the package workspace so local release work does not leave noisy untracked files behind.
v4.0.1
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 packand other local packaging flows include the package README by copying it duringprepackas well as publish time.