chore: update version and changelog scripts in package.json

This commit is contained in:
Cell
2026-01-04 15:30:12 +08:00
parent 296e86ad56
commit 31e5b99f1f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.0-rc-20260104062713-84c1358e" -}}
{{- hugo.Store.Set "version" "v0.4.0-rc-20260104073013-296e86ad" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
+2 -2
View File
@@ -36,9 +36,9 @@
"build": "pnpm build:demo && pnpm build:test && pnpm -F integration start",
"preview": "serve public",
"lint": "eslint --cache .",
"version": "pnpm -F versioning start prod && pnpm changelog -p",
"version": "pnpm -F versioning start prod",
"postversion": "git push && git push --tags",
"changelog": "auto-changelog-plus",
"changelog": "auto-changelog-plus --starting-date 2021-12-18",
"prepare": "simple-git-hooks"
},
"devDependencies": {