From fa842cb045d2e43c532135c1b0113cca26cdfdcf Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Wed, 7 Jan 2026 13:43:43 +1000 Subject: [PATCH] fix: replace outdated changelog section with link to dedicated page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #10 - Remove hardcoded v1.0.0 changelog entry from docs page - Add link to the dedicated /changelog page instead - Prevents documentation from becoming stale 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude --- apps/web/src/app/docs/page.tsx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/apps/web/src/app/docs/page.tsx b/apps/web/src/app/docs/page.tsx index ebbe64e..0514a24 100644 --- a/apps/web/src/app/docs/page.tsx +++ b/apps/web/src/app/docs/page.tsx @@ -1408,17 +1408,12 @@ export TPMJS_EXECUTOR_URL=https://executor.mycompany.com`} -
-
-
- v1.0.0 - December 2024 -
-

- Initial release with registrySearchTool and registryExecuteTool -

-
-
+

+ View the full changelog for version history, new features, and updates. +

+ + +
{/* CTA */}