We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa185f commit 5bfafc2Copy full SHA for 5bfafc2
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [4.0.2] - 2026-04-13
6
+
7
+### 🐛 Bug Fixes
8
9
+- *(frontend)* Add missing swipe gesture support
10
11
## [4.0.1] - 2026-04-13
12
13
### 🐛 Bug Fixes
@@ -12,6 +18,10 @@ All notable changes to this project will be documented in this file.
18
19
- Fix dockerfile
14
20
21
+### ⚙️ Miscellaneous Tasks
22
23
+- *(release)* V4.0.1
24
15
25
## [4.0.0] - 2026-04-12
16
26
17
27
### 🚀 Features
frontend/src/constants.ts
@@ -1,2 +1,2 @@
1
-export const version = "v4.0.1"
+export const version = "v4.0.2"
0 commit comments