Released4 changes
Version 0.3.3
Changed
- •Version is now dynamic across the site. — package.json becomes the single source of truth; bumping it (or running npm version patch|minor|major) automatically propagates the version everywhere it's displayed.
- •package.json version bumped — to keep the source of truth aligned with CHANGELOG.
Notes
- •Release ritual going forward: — bump package.json + add a CHANGELOG entry per release. npm version patch|minor|major handles the package.json bump in one command and optionally creates a git tag.
- •Badge cache: — shields.io caches aggressively (~5-15 min). Stale badges immediately after a bump are cache artifacts, not misconfiguration.