Skip to content

Commit 13c6521

Browse files
authored
Merge pull request #101 from sveltejs/add-changesets-dir
add changesets dir
2 parents 714f199 + 6bda6df commit 13c6521

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

0 commit comments

Comments
 (0)