Skip to content

Commit a8cdf00

Browse files
committed
chore(release): v3.4.2
1 parent fde3d03 commit a8cdf00

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

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

5-
## [3.5.0] - 2025-04-23
5+
## [3.4.2] - 2025-04-23
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(frontend)* Fix title display
10+
11+
## [3.4.1] - 2025-04-23
612

713
### 🚀 Features
814

@@ -18,6 +24,7 @@ All notable changes to this project will be documented in this file.
1824
### ⚙️ Miscellaneous Tasks
1925

2026
- Allow specifying version when releasing
27+
- *(release)* V3.4.1
2128

2229
## [3.4.0] - 2025-04-23
2330

frontend/src/_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const version = "v3.4.1";
1+
const version = "v3.4.2";
22
export default version;

0 commit comments

Comments
 (0)