Skip to content

Commit

Permalink
chore(release): set package.json to 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](auroral-ui/hexo-theme-aurora@v2.1.2...v2.2.0) (2023-08-09)

### Bug Fixes

* article with only one tag cause a fatal error ([7478780](auroral-ui@7478780))
* code fence is not highlighted by prism after refresh ([8b77aa2](auroral-ui@8b77aa2))
* prism highlight not rendered on reload ([aa2328e](auroral-ui@aa2328e))
* tags overflowing in mobile view for feature post ([cd9bae9](auroral-ui@cd9bae9))
* waline different date format cause formatting error ([22477f2](auroral-ui@22477f2))

### Features

* add friends link feature ([a4ae01a](auroral-ui@a4ae01a))
* added page view and comment count for all pages ([d107853](auroral-ui@d107853))
* added site running stat and waline site PV ([2d15ac6](auroral-ui@2d15ac6))
* added valine, twikoo and valine post views stat ([517e9d0](auroral-ui@517e9d0))
  • Loading branch information
bennyxguo committed Aug 9, 2023
1 parent a4ae01a commit ff08ab6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.2.0](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.1.2...v2.2.0) (2023-08-09)


### Bug Fixes

* article with only one tag cause a fatal error ([7478780](https://github.com/auroral-ui/hexo-theme-aurora/commit/747878044f485923026d00b7fa6f25e4b1a71b5f))
* code fence is not highlighted by prism after refresh ([8b77aa2](https://github.com/auroral-ui/hexo-theme-aurora/commit/8b77aa268216a3b5eb47395a1f47b0da8e6ff9b0))
* prism highlight not rendered on reload ([aa2328e](https://github.com/auroral-ui/hexo-theme-aurora/commit/aa2328ebd034d638325581117a95134471232548))
* tags overflowing in mobile view for feature post ([cd9bae9](https://github.com/auroral-ui/hexo-theme-aurora/commit/cd9bae9096a86704dc159314005a3fff8b08b9b7))
* waline different date format cause formatting error ([22477f2](https://github.com/auroral-ui/hexo-theme-aurora/commit/22477f2fa0a3b788820f48f88f63e00be03594f3))


### Features

* add friends link feature ([a4ae01a](https://github.com/auroral-ui/hexo-theme-aurora/commit/a4ae01a1a1d8ad7efc21b69c20182bb394d0a10e))
* added page view and comment count for all pages ([d107853](https://github.com/auroral-ui/hexo-theme-aurora/commit/d107853e73bb255580dfdeb8c7da8d58c4b4cb46))
* added site running stat and waline site PV ([2d15ac6](https://github.com/auroral-ui/hexo-theme-aurora/commit/2d15ac6f2ac73087098fa97cec13c3d0004b9ef5))
* added valine, twikoo and valine post views stat ([517e9d0](https://github.com/auroral-ui/hexo-theme-aurora/commit/517e9d056831bf69341f07fedef4c2e25ec41176))

## [2.1.2](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.1.1...v2.1.2) (2023-08-04)


Expand Down
2 changes: 1 addition & 1 deletion layout/index.ejs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><script type="module" crossorigin src="/static/js/index_prod-9412c206.js"></script><link rel="stylesheet" href="/static/css/index_prod-f933dbfa.css"></head><body id="body-container"><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><script type="module" crossorigin src="/static/js/index_prod-3cf33111.js"></script><link rel="stylesheet" href="/static/css/index_prod-891dd95f.css"></head><body id="body-container"><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

0 comments on commit ff08ab6

Please sign in to comment.