From 2f99d96d20d351236d602ccc3d9806edb7ebb5eb Mon Sep 17 00:00:00 2001 From: webdevtodayjason Date: Mon, 26 Jan 2026 20:17:45 -0600 Subject: [PATCH] docs: add undici dependency fix to CHANGELOG Fixes #23 - Document that the missing undici dependency has been added to package.json. This fix was already committed but not documented in the CHANGELOG. The issue affects users installing v0.3.0 from npm, which was published before undici was added to the dependencies list. Co-Authored-By: Warp --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e91ce4..efc82a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Registry: drop missing skills during search hydration (thanks @aaronn, #28). - CLI: use path-based skill metadata lookup for updates (thanks @daveonkels, #22). - Search: keep highlighted-only filtering and clamp vector candidates to Convex limits (thanks @aaronn, #30). +- CLI: add missing `undici` dependency to package.json (fixes #23). ## 0.3.0 - 2026-01-19