From 294a1df72f0f18b1dcecd66c1e34b085b15e6fe2 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, 3 Jul 2024 14:07:45 +0800 Subject: [PATCH] chore(master): release 4.1.4 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce463f5d..32a3cc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [4.1.4](https://github.com/XPoet/hexo-theme-keep/compare/v4.1.3...v4.1.4) (2024-07-03) + + +### 🐞 Bug Fixes + +* **code-block:** support diff highlight ([#330](https://github.com/XPoet/hexo-theme-keep/issues/330)) ([6e5aec1](https://github.com/XPoet/hexo-theme-keep/commit/6e5aec13ef732fe48639ac62ccf07fb3a830f216)) + + +### 🛠 Performance Improvements + +* built-in article encryption function ([54bf474](https://github.com/XPoet/hexo-theme-keep/commit/54bf47499f95ff0a27d54fd494de920f9e0461fd)) + + +### 🎯 CI + +* update ISSUE_TEMPLATE ([2d1c1c8](https://github.com/XPoet/hexo-theme-keep/commit/2d1c1c88aa91e4fed4fa51fef5b126fbe40daa03)) + + +### 💄 Improvement UI + +* optimize archive page style ([58aaf7d](https://github.com/XPoet/hexo-theme-keep/commit/58aaf7d0ae636232d7a16c7cf98a1a836f5d9e7d)) + ## [4.1.3](https://github.com/XPoet/hexo-theme-keep/compare/v4.1.2...v4.1.3) (2024-05-29) diff --git a/package.json b/package.json index e55f1de4..2ec7936c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "4.1.3", + "version": "4.1.4", "private": false, "description": "A simple and light theme for Hexo.", "scripts": {