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",