Skip to content

Commit 8213707

Browse files
committed
fix changeset config
1 parent 40be134 commit 8213707

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
3-
"changelog": ["@remix-run/changelog-github", { "repo": "remix-run/remix" }],
3+
"changelog": [
4+
"@remix-run/changelog-github",
5+
{ "repo": "remix-run/v1-compat-utils" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],

0 commit comments

Comments
 (0)