diff --git a/.changeset/little-toes-switch.md b/.changeset/little-toes-switch.md deleted file mode 100644 index d614ea1..0000000 --- a/.changeset/little-toes-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@iqai/mcp-upbit": patch ---- - -fastmcp dependency upgrade to v3.32.0 for improved features and bug fixes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 357d0dd..8b45c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @iqai/mcp-upbit +## 0.0.3 + +### Patch Changes + +- 39266ac: fastmcp dependency upgrade to v3.32.0 for improved features and bug fixes. + ## 0.0.2 ### Patch Changes diff --git a/package.json b/package.json index c008e4f..40165b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iqai/mcp-upbit", - "version": "0.0.2", + "version": "0.0.3", "description": "Fast MCP server for interacting with Upbit (public market data and optional private trading tools).", "main": "dist/index.js", "type": "module",