diff --git a/.changeset/fix-package-json-urls.md b/.changeset/fix-package-json-urls.md deleted file mode 100644 index ced9f2c..0000000 --- a/.changeset/fix-package-json-urls.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@iqai/mcp-debank": patch ---- - -Point `homepage`, `repository.url`, and `bugs.url` in `package.json` at the current canonical repo location `BrainDAO/mcp-debank`. The previous `IQOfficial/mcp-debank` URLs return 404 on GitHub (that org/repo doesn't exist; the repo lives at `BrainDAO/mcp-debank`, with `IQAIcom/mcp-debank` as a transfer-redirect). The npm "View repository" / "Report bugs" links currently point nowhere — this publish refreshes the npm registry metadata so those links resolve. diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c0548..3d6d85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @iqai/mcp-debank +## 2.1.1 + +### Patch Changes + +- 0f8a87c: Point `homepage`, `repository.url`, and `bugs.url` in `package.json` at the current canonical repo location `BrainDAO/mcp-debank`. The previous `IQOfficial/mcp-debank` URLs return 404 on GitHub (that org/repo doesn't exist; the repo lives at `BrainDAO/mcp-debank`, with `IQAIcom/mcp-debank` as a transfer-redirect). The npm "View repository" / "Report bugs" links currently point nowhere — this publish refreshes the npm registry metadata so those links resolve. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index df091a1..9d85d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iqai/mcp-debank", - "version": "2.1.0", + "version": "2.1.1", "description": "Standalone MCP server for DeBank data access", "main": "dist/index.js", "type": "module",