Skip to content

Commit

Permalink
chore(release): set package.json to 2.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.3](v2.5.2...v2.5.3) (2023-11-10)

### Bug Fixes

* category is not paginated probably ([eb8c641](eb8c641))
* custom link label trying to localize ([10c4a5b](10c4a5b))
* footer friends link not loaded ([1546685](1546685))
* search icon is not clickable when multi-lang is off ([a4cd157](a4cd157))
  • Loading branch information
bennyxguo committed Nov 10, 2023
1 parent a782353 commit 5c8d673
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.5.3](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.5.2...v2.5.3) (2023-11-10)


### Bug Fixes

* category is not paginated probably ([eb8c641](https://github.com/auroral-ui/hexo-theme-aurora/commit/eb8c6415e5202d65345395309eaaa67fa11a6606))
* custom link label trying to localize ([10c4a5b](https://github.com/auroral-ui/hexo-theme-aurora/commit/10c4a5b15a65c81f9c1bcd43a25b80a1af579468))
* footer friends link not loaded ([1546685](https://github.com/auroral-ui/hexo-theme-aurora/commit/1546685e424f1096d216c3f8db0a283b0da00545))
* search icon is not clickable when multi-lang is off ([a4cd157](https://github.com/auroral-ui/hexo-theme-aurora/commit/a4cd15756606fe24291ef5860d824d6c1bfd16ff))

## [2.5.2](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.5.1...v2.5.2) (2023-09-16)


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/14c27e7f.js"></script><link rel="stylesheet" href="/static/css/d5346b99.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/120aa8f8.js"></script><link rel="stylesheet" href="/static/css/a14e1a22.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 5c8d673

Please sign in to comment.