File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.0] ( https://github.com/C4illin/ConvertX/compare/v0.5.0...v0.6.0 ) (2024-09-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * ui remake with tailwind ([ 22f823c] ( https://github.com/C4illin/ConvertX/commit/22f823c535b20382981f86a13616b830a1f3392f ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * rename css file to force update cache, fixes [ #141 ] ( https://github.com/C4illin/ConvertX/issues/141 ) ([ 47139a5] ( https://github.com/C4illin/ConvertX/commit/47139a550bd3d847da288c61bf8f88953b79c673 ) )
14
+
3
15
## [ 0.5.0] ( https://github.com/C4illin/ConvertX/compare/v0.4.1...v0.5.0 ) (2024-09-20)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " convertx-frontend" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"scripts" : {
5
5
"dev" : " bun run --watch src/index.tsx" ,
6
6
"hot" : " bun run --hot src/index.tsx" ,
You can’t perform that action at this time.
0 commit comments