Skip to content

Commit

Permalink
chore(release): set package.json to 2.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.2](v2.2.1...v2.2.2) (2023-08-09)

### Bug Fixes

* clicking language menu is not auto closing the menu ([d9f77de](d9f77de))
* dynamic page title with i18n menu config ([51972dd](51972dd))
  • Loading branch information
bennyxguo committed Aug 9, 2023
1 parent d9f77de commit fcf52cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.2](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.2.1...v2.2.2) (2023-08-09)


### Bug Fixes

* clicking language menu is not auto closing the menu ([d9f77de](https://github.com/auroral-ui/hexo-theme-aurora/commit/d9f77de363e4aa81ffd6444f09f974704fbf0d1b))
* dynamic page title with i18n menu config ([51972dd](https://github.com/auroral-ui/hexo-theme-aurora/commit/51972dd3e43730c6612310971ca96cf2ac8d461e))

## [2.2.1](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.2.0...v2.2.1) (2023-08-09)


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-22e5b343.js"></script><link rel="stylesheet" href="/static/css/index_prod-0a9e9944.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-7a7a95b2.js"></script><link rel="stylesheet" href="/static/css/index_prod-477843f6.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 fcf52cb

Please sign in to comment.