Skip to content

Commit 977e13b

Browse files
authored
Merge pull request #329 from XPoet/release-please--branches--master--components--standard-version
2 parents 04c0a10 + ee41626 commit 977e13b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [4.1.3](https://github.com/XPoet/hexo-theme-keep/compare/v4.1.2...v4.1.3) (2024-05-29)
4+
5+
6+
### 🛠 Performance Improvements
7+
8+
* **comment:** optimize Twikoo version number matching ([04047da](https://github.com/XPoet/hexo-theme-keep/commit/04047da1033c187fc7b7bdffc16f79bd989e0729))
9+
* **comment:** optimize Waline version number matching ([a7ec00b](https://github.com/XPoet/hexo-theme-keep/commit/a7ec00b73978415011b17db77ebca12c261a036e))
10+
* optimize the matching of menu navigation ([0ada7b9](https://github.com/XPoet/hexo-theme-keep/commit/0ada7b9e29ddf614dc4a352006e97b1b874b657a))
11+
* supports configuring code block shrink for each post ([a187c4a](https://github.com/XPoet/hexo-theme-keep/commit/a187c4a0a88b380d79c8ffe2376cc0976f5d5d83))
12+
* 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))
13+
14+
15+
### 🎯 CI
16+
17+
* update ISSUE_TEMPLATE ([60093ea](https://github.com/XPoet/hexo-theme-keep/commit/60093ea2f81d4bd184cea0c9fe1b6b3a6c7e8fa1))
18+
19+
20+
### 💄 Improvement UI
21+
22+
* optimize archive page style ([3457acd](https://github.com/XPoet/hexo-theme-keep/commit/3457acd6acdbc9875eef2637412348b761fb8ad6))
23+
* optimize footer style ([#326](https://github.com/XPoet/hexo-theme-keep/issues/326)) ([1df7acb](https://github.com/XPoet/hexo-theme-keep/commit/1df7acb3ce9df4011687b5a4326a26c7e6b5d825))
24+
325
## [4.1.2](https://github.com/XPoet/hexo-theme-keep/compare/v4.1.1...v4.1.2) (2024-05-15)
426

527

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-keep",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"private": false,
55
"description": "A simple and light theme for Hexo.",
66
"scripts": {

0 commit comments

Comments
 (0)