Skip to content

Commit a1a649c

Browse files
committed
chore(release): v4.0.4
1 parent b27bb6a commit a1a649c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [4.0.4] - 2026-04-17
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(frontend)* Fix loading state for text button
10+
511
## [4.0.3] - 2026-04-15
612

713
### 🐛 Bug Fixes
814

915
- *(backend)* Fix variable scope
1016

17+
### ⚙️ Miscellaneous Tasks
18+
19+
- *(release)* V4.0.3
20+
1121
## [4.0.2] - 2026-04-13
1222

1323
### 🐛 Bug Fixes

frontend/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const version = "v4.0.3"
1+
export const version = "v4.0.4"
22

0 commit comments

Comments
 (0)