We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7aee7 commit 2736358Copy full SHA for 2736358
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [4.0.1] - 2026-04-13
6
+
7
+### 🐛 Bug Fixes
8
9
+- *(frontend)* Remove unused import
10
11
+### 💼 Other
12
13
+- Fix dockerfile
14
15
## [4.0.0] - 2026-04-12
16
17
### 🚀 Features
@@ -43,6 +53,7 @@ All notable changes to this project will be documented in this file.
43
53
- *(flake)* Update inputs
44
54
- Add migration script and doc
45
55
- Fix release script
56
+- *(release)* V4.0.0
46
57
47
58
## [3.5.1] - 2025-04-26
48
59
frontend/src/constants.ts
@@ -1,2 +1,2 @@
1
-export const version = "v4.0.0"
+export const version = "v4.0.1"
0 commit comments