From 1573cc321ea61d07e8e7cedcae5590107b57e4b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:40:16 +0000 Subject: [PATCH] Version Packages --- .changeset/thin-roses-learn.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thin-roses-learn.md diff --git a/.changeset/thin-roses-learn.md b/.changeset/thin-roses-learn.md deleted file mode 100644 index 6e46b6a..0000000 --- a/.changeset/thin-roses-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@iqai/mcp-iqwiki": patch ---- - -Upgrade fastmcp dependency to v3.32.0 for improved features and bug fixes diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb2548..71d31e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @iqai/mcp-iqwiki +## 0.0.5 + +### Patch Changes + +- c89bd7b: Upgrade fastmcp dependency to v3.32.0 for improved features and bug fixes + ## 0.0.4 ### Patch Changes diff --git a/package.json b/package.json index 2af614c..15d7694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iqai/mcp-iqwiki", - "version": "0.0.4", + "version": "0.0.5", "description": "IQ Wiki MCP server for accessing IQ.wiki data", "main": "dist/index.js", "type": "module",