From 31e5b99f1f233ad53931b3802b062742f8977f2f Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 4 Jan 2026 15:30:12 +0800 Subject: [PATCH] chore: update version and changelog scripts in package.json --- layouts/_partials/init/index.html | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {