Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 3.8.1 #256

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [3.8.1](https://github.com/XPoet/hexo-theme-keep/compare/v3.8.0...v3.8.1) (2023-09-27)


### 🛠 Performance Improvements

* optimize header shrink handle in the initial state ([2002162](https://github.com/XPoet/hexo-theme-keep/commit/20021629772208c059b182863ad00cef20935883))
* optimize header shrink handle logic ([e7064e5](https://github.com/XPoet/hexo-theme-keep/commit/e7064e52f076972c9d792d54b0f921c008576bc5))


### 🎯 CI

* update GitHub ISSUE_TEMPLATE ([ebe0ba7](https://github.com/XPoet/hexo-theme-keep/commit/ebe0ba7c3a71776a0e0576f6c6d0f65fed1a5e57))


### 💄 Improvement UI

* hide first screen description in the initial state ([b51013e](https://github.com/XPoet/hexo-theme-keep/commit/b51013e623bb928471edcae2e04d48a32027a020))
* optimize reward author button style ([f5820ad](https://github.com/XPoet/hexo-theme-keep/commit/f5820ad67ed3e6e078c7c1d0b67f494210ee6b46))
* unify the style of post tags ([2986c29](https://github.com/XPoet/hexo-theme-keep/commit/2986c29922828503679dab9c254964c231b954c8))

## [3.8.0](https://github.com/XPoet/hexo-theme-keep/compare/v3.7.7...v3.8.0) (2023-09-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-keep",
"version": "3.8.0",
"version": "3.8.1",
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
Expand Down