From 4a45af34e625d2a2b61708522b30d85fa2f2e2f3 Mon Sep 17 00:00:00 2001 From: clawdeeo Date: Wed, 13 May 2026 14:36:16 +0000 Subject: [PATCH] docs: add Fixed section to 2.1.0 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b78da0..85e3b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `mentions` — search for recent @mentions - `client.put` method in API layer +### Fixed + +- `prepare` script now builds the project so `dist/` exists on git installs + ## [2.0.0] - 2025-05-09 ### Added