Skip to content

Commit 2736358

Browse files
committed
chore(release): v4.0.1
1 parent fd7aee7 commit 2736358

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

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+
515
## [4.0.0] - 2026-04-12
616

717
### 🚀 Features
@@ -43,6 +53,7 @@ All notable changes to this project will be documented in this file.
4353
- *(flake)* Update inputs
4454
- Add migration script and doc
4555
- Fix release script
56+
- *(release)* V4.0.0
4657

4758
## [3.5.1] - 2025-04-26
4859

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

0 commit comments

Comments
 (0)