Skip to content

Commit 413f5dc

Browse files
authored
Merge pull request #138 from C4illin/release-please--branches--main--components--convertx-frontend
2 parents 47139a5 + ebccdf9 commit 413f5dc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [0.5.0](https://github.com/C4illin/ConvertX/compare/v0.4.1...v0.5.0) (2024-09-20)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convertx-frontend",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"scripts": {
55
"dev": "bun run --watch src/index.tsx",
66
"hot": "bun run --hot src/index.tsx",

0 commit comments

Comments
 (0)