From 1e5dfcb0f7459c059abdac2abe8de6d27d4844b3 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 20 Mar 2023 23:02:25 +0800 Subject: [PATCH] chore: release 1.2.1 (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 发布 1.2.1 ```release-note None ``` --- package.json | 2 +- theme.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 53b327c..93d933f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@halo-dev/theme-earth", "private": true, - "version": "1.2.0", + "version": "1.2.1", "description": "Default theme for Halo 2.0", "scripts": { "dev": "vite build --watch", diff --git a/theme.yaml b/theme.yaml index efb6778..2455e48 100644 --- a/theme.yaml +++ b/theme.yaml @@ -13,5 +13,5 @@ spec: repo: https://github.com/halo-dev/theme-earth.git settingName: "theme-earth-setting" configMapName: "theme-earth-configMap" - version: 1.2.0 - require: ">=2.1.0" \ No newline at end of file + version: 1.2.1 + require: ">=2.1.0"