From 92b0a6b56e6c72d065e2daa2ae2c0fd7a2c62c91 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 25 Mar 2026 10:53:08 +0800 Subject: [PATCH] chore(release): 0.4.5 --- 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 1301345e..5965c3e5 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.5-20260324033631-a53ef800" -}} +{{- hugo.Store.Set "version" "v0.4.5" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}} diff --git a/package.json b/package.json index acbcb166..27f4e8ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hugo-fixit/core", "type": "module", - "version": "0.4.4", + "version": "0.4.5", "private": true, "packageManager": "pnpm@10.32.1", "description": "Hugo FixIt core theme component source files",