From 4a3df3cbdb2fb6c70da7b0adc8f6e72cb3e5311b Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 4 Jan 2026 15:30:37 +0800 Subject: [PATCH] chore(release): 0.4.0 --- layouts/_partials/init/index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index b732ae6f..f0162e68 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-20260104073013-296e86ad" -}} +{{- hugo.Store.Set "version" "v0.4.0" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}} diff --git a/package.json b/package.json index 062a6023..e1fb05f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hugo-fixit/core", "type": "module", - "version": "0.4.0-rc", + "version": "0.4.0", "private": true, "packageManager": "pnpm@10.22.0", "description": "Hugo FixIt core theme component source files",