diff --git a/.changes/pre.json b/.changes/pre.json index 7235ccf..3c981f3 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -19,6 +19,7 @@ ".changes/fix-sha256.md", ".changes/fix-signup-birthday.md", ".changes/fix-tauri-version.md", + ".changes/fix-text-size.md", ".changes/fix-toast.md", ".changes/fix-windows-ci.md", ".changes/fix-windows.md", diff --git a/src-tauri/CHANGELOG.md b/src-tauri/CHANGELOG.md index bc99a26..97fa9ef 100644 --- a/src-tauri/CHANGELOG.md +++ b/src-tauri/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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`. + ## \[0.1.1-beta.1] ### Bug Fixes diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ce289cb..d1a3f7d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algohub" -version = "0.1.1-beta.1" +version = "0.1.1-beta.2" description = "ACM Algorithm Hub" repository = "https://github.com/swpu-acm/algohub" readme = "../README.md"