From 0e1cffe858b17713b710d143eac178f5dd417e6d Mon Sep 17 00:00:00 2001 From: Konstantin Konstantinov Date: Sat, 20 Dec 2025 09:02:17 +0200 Subject: [PATCH] changeset config fix --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index f0295ea3a..bae546e8e 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json", - "changelog": ["@changesets/changelog-github", { "repo": "@modelcontextprotocol/typescript-sdk" }], + "changelog": ["@changesets/changelog-github", { "repo": "modelcontextprotocol/typescript-sdk" }], "commit": false, "fixed": [], "linked": [],