From b492458038ef2a39c34ccf85398af20be3d66c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Moraes?= Date: Wed, 28 Jan 2026 01:57:37 -0300 Subject: [PATCH] fix: correct repo reference in changeset config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 742b881..31f169b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,7 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json", "changelog": [ "@svitejs/changesets-changelog-github-compact", - { "repo": "TanStack/pacer" } + { "repo": "TanStack/cli" } ], "commit": false, "access": "public",