Skip to content

Commit 261d824

Browse files
committed
chore: publish initial version
1 parent 585ad84 commit 261d824

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.changeset/deep-pigs-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"project": patch
3+
---
4+
5+
Initial version

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"start": "astro dev",
88
"build": "astro build",
99
"preview": "astro preview",
10-
"astro": "astro"
10+
"astro": "astro",
11+
"version": "changeset version",
12+
"release": "changeset publish",
13+
"tag": "changeset tag"
1114
},
1215
"dependencies": {
1316
"@astrojs/starlight": "^0.34.3",

0 commit comments

Comments
 (0)