From 99590652eb8eddad40dea1a6041efbcc28ee21f4 Mon Sep 17 00:00:00 2001 From: bennyxguo Date: Fri, 28 Jul 2023 04:51:20 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.0.1 [skip ci] ## [2.0.1](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.0.0...v2.0.1) (2023-07-28) ### Bug Fixes * beian image is still using require instead of import ([0174c3b](https://github.com/auroral-ui/hexo-theme-aurora/commit/0174c3b7640fe19531db22818f17c26b1fc821b4)) * text overflowing outside of article content box [#218](https://github.com/auroral-ui/hexo-theme-aurora/issues/218) ([cf02393](https://github.com/auroral-ui/hexo-theme-aurora/commit/cf0239372f2b55fbcf252ac48f59c3e0ded2549a)) --- CHANGELOG.md | 8 ++++++++ layout/index.ejs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456d9bd2..aff2c94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.0.0...v2.0.1) (2023-07-28) + + +### Bug Fixes + +* beian image is still using require instead of import ([0174c3b](https://github.com/auroral-ui/hexo-theme-aurora/commit/0174c3b7640fe19531db22818f17c26b1fc821b4)) +* text overflowing outside of article content box [#218](https://github.com/auroral-ui/hexo-theme-aurora/issues/218) ([cf02393](https://github.com/auroral-ui/hexo-theme-aurora/commit/cf0239372f2b55fbcf252ac48f59c3e0ded2549a)) + # [2.0.0](https://github.com/auroral-ui/hexo-theme-aurora/compare/v1.5.5...v2.0.0) (2023-07-25) diff --git a/layout/index.ejs b/layout/index.ejs index 5c59a4ca..8f5405f0 100644 --- a/layout/index.ejs +++ b/layout/index.ejs @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file