Skip to content

Commit 86e0814

Browse files
committed
feat: set 0.1.0 as first version
1 parent 962b0b7 commit 86e0814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/actions/gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export async function gen() {
5959
"index.d.ts": newIndexDef,
6060
"package.json": {
6161
name: pkgName,
62-
version: pkg?.version ?? "0.0.1",
62+
version: pkg?.version ?? "0.1.0",
6363
description: `TypeScript type for ${type.name}`,
6464
keywords: [
6565
"typescript",

0 commit comments

Comments
 (0)