Skip to content

Commit 433fe26

Browse files
release: bump version (#105)
chore: publish new versions Co-authored-by: fu050409 <[email protected]>
1 parent 06d6165 commit 433fe26

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.changes/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
".changes/fix-sha256.md",
2020
".changes/fix-signup-birthday.md",
2121
".changes/fix-tauri-version.md",
22+
".changes/fix-text-size.md",
2223
".changes/fix-toast.md",
2324
".changes/fix-windows-ci.md",
2425
".changes/fix-windows.md",

src-tauri/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.1.1-beta.2]
4+
5+
- [`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`.
6+
37
## \[0.1.1-beta.1]
48

59
### Bug Fixes

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algohub"
3-
version = "0.1.1-beta.1"
3+
version = "0.1.1-beta.2"
44
description = "ACM Algorithm Hub"
55
repository = "https://github.com/swpu-acm/algohub"
66
readme = "../README.md"

0 commit comments

Comments
 (0)