diff --git a/CHANGELOG.md b/CHANGELOG.md index f70d80d42..7aa9f71d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - macOS: treat location permission as always-only to avoid iOS-only enums. (#165) — thanks @Nachx639 - Onboarding: when running from source, auto-build missing Control UI assets (`pnpm ui:build`). -## 2026.1.4-1 +## 2026.1.5 ### Fixes - Control UI: render Markdown in chat messages (sanitized). diff --git a/package.json b/package.json index 94a2b7952..cc07f7454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawdbot", - "version": "2026.1.4-1", + "version": "2026.1.5", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "type": "module", "main": "dist/index.js",