We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7783bf commit df3c9cdCopy full SHA for df3c9cd
.changeset/config.json
@@ -1,10 +1,13 @@
1
{
2
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3
- "changelog": "@changesets/cli/changelog",
+ "changelog": [
4
+ "@changesets/changelog-github",
5
+ { "repo": "preactjs/preact-render-to-string" }
6
+ ],
7
"commit": false,
8
"linked": [],
- "access": "restricted",
9
+ "access": "public",
10
"baseBranch": "master",
11
"updateInternalDependencies": "patch",
12
"ignore": []
-}
13
+}
0 commit comments