## What changed - No CHANGELOG.md or automated release notes generation (e.g., changesets, semantic-release) - Users and contributors can't see what changed between versions ## Why - A changelog helps users understand what's new and what broke - Automated generation from conventional commits keeps it accurate ## How to test 1. Check root directory for CHANGELOG.md 2. Check package.json for changelog or release tools 3. Confirm no automated release workflow
What changed
Why
How to test