We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde3d03 commit a8cdf00Copy full SHA for a8cdf00
2 files changed
CHANGELOG.md
@@ -2,7 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [3.5.0] - 2025-04-23
+## [3.4.2] - 2025-04-23
6
+
7
+### 🐛 Bug Fixes
8
9
+- *(frontend)* Fix title display
10
11
+## [3.4.1] - 2025-04-23
12
13
### 🚀 Features
14
@@ -18,6 +24,7 @@ All notable changes to this project will be documented in this file.
18
24
### ⚙️ Miscellaneous Tasks
19
25
20
26
- Allow specifying version when releasing
27
+- *(release)* V3.4.1
21
28
22
29
## [3.4.0] - 2025-04-23
23
30
frontend/src/_version.ts
@@ -1,2 +1,2 @@
1
-const version = "v3.4.1";
+const version = "v3.4.2";
export default version;
0 commit comments