# Release Notes Template

## AIOSON vX.Y.Z

### Highlights
- [short summary 1]
- [short summary 2]
- [short summary 3]

### Added
- [feature]
- [feature]

### Changed
- [change]
- [change]

### Fixed
- [bug fix]
- [bug fix]

### CLI
- Commands impacted: `[list]`
- Breaking changes: `yes/no` (if yes, describe migration)

### i18n
- New locale scaffolds or translation keys:
  - [item]

### Upgrade notes
1. Update package:
   - `npx @jaimevalasek/aioson@latest update`
2. Run health check:
   - `aioson doctor`
3. Verify local customizations in `.aioson/backups/` if applicable.

### Checks
- [ ] Lint passed
- [ ] Tests passed
- [ ] Smoke test passed

