From 6416bbf2453d2fb77b32d0c6e15095803811c993 Mon Sep 17 00:00:00 2001 From: Ulas Kalayci Date: Tue, 21 Apr 2026 20:23:59 +0200 Subject: [PATCH] chore(release): v0.22.3 Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",