diff --git a/FEEDBACK.md b/FEEDBACK.md index 2c29d23..d08c52b 100644 --- a/FEEDBACK.md +++ b/FEEDBACK.md @@ -615,7 +615,8 @@ ## Item #58 - **Date:** 2026-02-13 - **Priority:** high -- **Status:** pending +- **Status:** done +- **Completed:** 2026-02-13 — commit `73a46f3` - **Description:** Fix CI lint errors blocking ALL release workflows since v1.14.0 - 4 ESLint errors cause every release.yml run to fail: 1. ThemeContext.tsx: exports useTheme hook alongside Provider component → react-refresh/only-export-components. Fix: move useTheme to a separate file or use eslint-disable. diff --git a/package.json b/package.json index 71c0f3c..210c669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinchchat", - "version": "1.20.0", + "version": "1.20.1", "description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.", "type": "module", "repository": {