From ee41626e188bcb06237686ecdc153b2df6258702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=87=E9=97=B4=E7=9A=84=E8=AF=97=E6=84=8F?= Date: Wed, 29 May 2024 14:46:33 +0800 Subject: [PATCH] chore(master): release 4.1.3 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e31b3c4c..ce463f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [4.1.3](https://github.com/XPoet/hexo-theme-keep/compare/v4.1.2...v4.1.3) (2024-05-29) + + +### 🛠 Performance Improvements + +* **comment:** optimize Twikoo version number matching ([04047da](https://github.com/XPoet/hexo-theme-keep/commit/04047da1033c187fc7b7bdffc16f79bd989e0729)) +* **comment:** optimize Waline version number matching ([a7ec00b](https://github.com/XPoet/hexo-theme-keep/commit/a7ec00b73978415011b17db77ebca12c261a036e)) +* optimize the matching of menu navigation ([0ada7b9](https://github.com/XPoet/hexo-theme-keep/commit/0ada7b9e29ddf614dc4a352006e97b1b874b657a)) +* supports configuring code block shrink for each post ([a187c4a](https://github.com/XPoet/hexo-theme-keep/commit/a187c4a0a88b380d79c8ffe2376cc0976f5d5d83)) +* supports configuring initial theme mode ([#327](https://github.com/XPoet/hexo-theme-keep/issues/327)) ([5e31bef](https://github.com/XPoet/hexo-theme-keep/commit/5e31bef1ac59def3418a49b59ffe170babb3814c)) + + +### 🎯 CI + +* update ISSUE_TEMPLATE ([60093ea](https://github.com/XPoet/hexo-theme-keep/commit/60093ea2f81d4bd184cea0c9fe1b6b3a6c7e8fa1)) + + +### 💄 Improvement UI + +* optimize archive page style ([3457acd](https://github.com/XPoet/hexo-theme-keep/commit/3457acd6acdbc9875eef2637412348b761fb8ad6)) +* optimize footer style ([#326](https://github.com/XPoet/hexo-theme-keep/issues/326)) ([1df7acb](https://github.com/XPoet/hexo-theme-keep/commit/1df7acb3ce9df4011687b5a4326a26c7e6b5d825)) + ## [4.1.2](https://github.com/XPoet/hexo-theme-keep/compare/v4.1.1...v4.1.2) (2024-05-15) diff --git a/package.json b/package.json index 808ccd9a..e55f1de4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "4.1.2", + "version": "4.1.3", "private": false, "description": "A simple and light theme for Hexo.", "scripts": {