Skip to content

Commit

Permalink
chore(release): set package.json to 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.3...v2.5.0) (2023-09-10)

### Bug Fixes

* dia bot not able to be initialised in version 2+ ([248b42c](248b42c))
* header width is not updated after resize of the browser window ([9f84fbf](9f84fbf))
* title too long overflowing issue ([9123bbe](9123bbe))

### Features

* added traditional chinese language support ([2e4c3e5](2e4c3e5))
* change to new link cards styles ([c95eda1](c95eda1))
* replace prismjs with shiki ([ab2b51f](ab2b51f))

### Performance Improvements

* upgrade to use vite-plugin-page for better page setup ([a51eb6e](a51eb6e))
  • Loading branch information
bennyxguo committed Sep 10, 2023
1 parent 78dff8f commit ba9a667
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.5.0](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.4.3...v2.5.0) (2023-09-10)


### Bug Fixes

* dia bot not able to be initialised in version 2+ ([248b42c](https://github.com/auroral-ui/hexo-theme-aurora/commit/248b42c3ffaf9340d510cc0892961a5b12756bba))
* header width is not updated after resize of the browser window ([9f84fbf](https://github.com/auroral-ui/hexo-theme-aurora/commit/9f84fbfc02567e73536cb23ace99e550ba5557d3))
* title too long overflowing issue ([9123bbe](https://github.com/auroral-ui/hexo-theme-aurora/commit/9123bbea21e620946b180a2c2b6a79e5bbeed91b))


### Features

* added traditional chinese language support ([2e4c3e5](https://github.com/auroral-ui/hexo-theme-aurora/commit/2e4c3e5064ff3771ef3dd59863de0bc5dad74b3b))
* change to new link cards styles ([c95eda1](https://github.com/auroral-ui/hexo-theme-aurora/commit/c95eda1bc19318fc5108f70ce5e558c51aa4e81d))
* replace prismjs with shiki ([ab2b51f](https://github.com/auroral-ui/hexo-theme-aurora/commit/ab2b51fb23034bdf4de56f2e087ed7d6aa4fa8e0))


### Performance Improvements

* upgrade to use vite-plugin-page for better page setup ([a51eb6e](https://github.com/auroral-ui/hexo-theme-aurora/commit/a51eb6e417da43fe449c0c4da3b73ec7e6adb3d6))

## [2.4.3](https://github.com/auroral-ui/hexo-theme-aurora/compare/v2.4.2...v2.4.3) (2023-08-23)


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/34662c9c.js"></script><link rel="stylesheet" href="/static/css/0f00c169.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/dbf14a13.js"></script><link rel="stylesheet" href="/static/css/d87308df.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 ba9a667

Please sign in to comment.