fix: changelog page rendered literal **bold** markup instead of bold text
Entries are plain strings with occasional **bold**/`code` spans, never full markdown — added a tiny inline parser rather than pulling in react-markdown just for this. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together.
|
||||
|
||||
## 0.12.1 — 2026-07-13 13:25
|
||||
|
||||
### Fixed
|
||||
- Changelog entries showed literal `**bold**` markup instead of rendering it.
|
||||
|
||||
## 0.12.0 — 2026-07-13 12:52
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user