Skip to content

Commit d1183c8

Browse files
committed
chore: add changelogen
1 parent 6a49f35 commit d1183c8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bun.lockb

23.8 KB
Binary file not shown.

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
{
22
"name": "kient",
3+
"version": "2.0.0",
4+
"repository": "github:zSoulweaver/kient-test",
35
"module": "src/index.ts",
46
"type": "module",
57
"scripts": {
68
"dev": "bun run --watch example/init.ts",
79
"docs:prepare": "typedoc",
810
"docs:dev": "typedoc && vitepress dev docs",
911
"docs:build": "vitepress build docs",
10-
"docs:preview": "vitepress preview docs"
12+
"docs:preview": "vitepress preview docs",
13+
"prerelease": "changelogen --release --prerelease",
14+
"publish-release": "changelogen gh release"
1115
},
1216
"devDependencies": {
1317
"@biomejs/biome": "1.9.4",
1418
"@deepkit/bun": "^1.0.1-alpha.153",
1519
"@deepkit/type-compiler": "^1.0.1-alpha.150",
1620
"@types/bun": "^1.1.6",
21+
"changelogen": "^0.5.7",
1722
"typedoc": "^0.26.5",
1823
"typedoc-plugin-markdown": "^4.2.3",
1924
"typedoc-plugin-missing-exports": "^3.0.0",
@@ -30,4 +35,4 @@
3035
"pusher-js": "^8.4.0-rc2",
3136
"tseep": "^1.2.2"
3237
}
33-
}
38+
}

0 commit comments

Comments
 (0)