Skip to content

Commit 2bd2a6b

Browse files
committed
chore(release): v4.0.3
1 parent fc7ae29 commit 2bd2a6b

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.3] - 2026-04-15
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(backend)* Fix variable scope
10+
511
## [4.0.2] - 2026-04-13
612

713
### 🐛 Bug Fixes
814

915
- *(frontend)* Add missing swipe gesture support
1016

17+
### ⚙️ Miscellaneous Tasks
18+
19+
- *(release)* V4.0.2
20+
1121
## [4.0.1] - 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.2"
1+
export const version = "v4.0.3"
22

0 commit comments

Comments
 (0)