From 606fa81b94bf5045c37d8d8ee6caf2a49ef1998a Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 30 Nov 2021 11:14:31 -0600 Subject: [PATCH] chore: fix changeset (#2058) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 653104a1e..f7733c92b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json", - "changelog": "@changesets/changelog-github", + "changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }], "commit": false, "linked": [["astro", "@astrojs/parser"]], "access": "public",