Skip to content

Commit c48cbdd

Browse files
committed
Create changeset config and first changeset
1 parent 799f6c1 commit c48cbdd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-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": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.changeset/shiny-carrots-try.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@valtown/deno-http-worker": patch
3+
---
4+
5+
Adopt changesets

0 commit comments

Comments
 (0)