diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html
index 2f2539f5..b732ae6f 100644
--- a/layouts/_partials/init/index.html
+++ b/layouts/_partials/init/index.html
@@ -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" . -}}
diff --git a/package.json b/package.json
index 88797d95..062a6023 100644
--- a/package.json
+++ b/package.json
@@ -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": {