forked from hexojs/site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(news): hexo 5.4.0 released (hexojs#1611)
- Loading branch information
1 parent
9047bc4
commit 3f91abf
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: hexo 5.4.0 released | ||
--- | ||
|
||
## Hexo 5.4.0 | ||
|
||
### New features | ||
|
||
- feat: handle config.root is not exist [@jiangtj] [#4616] | ||
|
||
### Breaking change | ||
|
||
- fix(excerpt): use span instead of anchor element for better SEO performance @stevenjoezhang] [#4627] | ||
|
||
### Fixes | ||
|
||
- fix(box): set property awaitWriteFinish for chokidar filewatcher [@stevenjoezhang] [#4633] | ||
- fix(codeblock): match whitespace but not newlines [@stevenjoezhang] [#4625] | ||
- fix(i18n): page.lang is undefined when using the key `language` in front-matter [@stevenjoezhang] [#4614] | ||
|
||
### Misc | ||
|
||
- github: update actions/setup-node action to v2 [@stevenjoezhang] [#4604] | ||
- chore/ci: migrate from probot/stale to GitHub Actions [@stevenjoezhang] [#4598] | ||
|
||
### Dependencies | ||
|
||
- chore(deps): bump js-yaml from 3.14.1 to 4.0.0 @dependabot-preview [#4607] | ||
|
||
[@jiangtj]: https://github.com/jiangtj | ||
[@stevenjoezhang]: https://github.com/stevenjoezhang | ||
|
||
[#4616]: https://github.com/hexojs/hexo/pull/4616 | ||
[#4627]: https://github.com/hexojs/hexo/pull/4627 | ||
[#4633]: https://github.com/hexojs/hexo/pull/4633 | ||
[#4625]: https://github.com/hexojs/hexo/pull/4625 | ||
[#4614]: https://github.com/hexojs/hexo/pull/4614 | ||
[#4604]: https://github.com/hexojs/hexo/pull/4604 | ||
[#4598]: https://github.com/hexojs/hexo/pull/4598 |