diff --git a/.changes/pre.json b/.changes/pre.json index 3c981f3..af1c1f5 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -5,6 +5,7 @@ ".changes/birthday.md", ".changes/breadcrumb-bg.md", ".changes/breadcrumb.md", + ".changes/chores.md", ".changes/contest.md", ".changes/create-panel-bg.md", ".changes/create-panel.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index 97fa9ef..b52483c 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.1.1-beta.3] + +### Chores + +- [`03623d0`](https://github.com/swpu-acm/algohub.git/commit/03623d0af8d75ab2671d53cb54b1abe97355a56e) ([#101](https://github.com/swpu-acm/algohub.git/pull/101) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Update tauri and pnpm + ## \[0.1.1-beta.2] - [`06d6165`](https://github.com/swpu-acm/algohub.git/commit/06d6165f28f4e07dff17f74b42cec70d370fde26) ([#104](https://github.com/swpu-acm/algohub.git/pull/104) by [@fu050409](https://github.com/swpu-acm/algohub.git/../../fu050409)) Fix text size on small screen at `views/account/[id].vue`. diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d1a3f7d..02f0114 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-beta.2" +version = "0.1.1-beta.3" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"