diff --git a/CHANGELOG.md b/CHANGELOG.md index 60bf919..42f6ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.3] - 2026-04-21 + +### Fixed +- Landing page setup commands now render with correct line breaks. The `.code-block` element has no `white-space: pre`, so explicit `
` tags are required; they were previously missing, causing all commands to flow as a single line. + ## [0.22.2] - 2026-04-21 ### Fixed diff --git a/package.json b/package.json index ca0966d..184fd36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.22.2", + "version": "0.22.3", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module",