Skip to content

Commit 5bfafc2

Browse files
committed
chore(release): v4.0.2
1 parent baa185f commit 5bfafc2

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,6 +2,12 @@
22

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

5+
## [4.0.2] - 2026-04-13
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(frontend)* Add missing swipe gesture support
10+
511
## [4.0.1] - 2026-04-13
612

713
### 🐛 Bug Fixes
@@ -12,6 +18,10 @@ All notable changes to this project will be documented in this file.
1218

1319
- Fix dockerfile
1420

21+
### ⚙️ Miscellaneous Tasks
22+
23+
- *(release)* V4.0.1
24+
1525
## [4.0.0] - 2026-04-12
1626

1727
### 🚀 Features

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.1"
1+
export const version = "v4.0.2"
22

0 commit comments

Comments
 (0)