Skip to content

Commit b28977f

Browse files
authored
Merge pull request #136 from C4illin/release-please--branches--main--components--convertx-frontend
2 parents a47bb68 + ea92505 commit b28977f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/C4illin/ConvertX/compare/v0.4.1...v0.5.0) (2024-09-20)
4+
5+
6+
### Features
7+
8+
* add option to customize how often files are automatically deleted ([317c932](https://github.com/C4illin/ConvertX/commit/317c932c2a26280bf37ed3d3bf9b879413590f5a))
9+
10+
11+
### Bug Fixes
12+
13+
* improve file name replacement logic ([60ba7c9](https://github.com/C4illin/ConvertX/commit/60ba7c93fbdc961f3569882fade7cc13dee7a7a5))
14+
315
## [0.4.1](https://github.com/C4illin/ConvertX/compare/v0.4.0...v0.4.1) (2024-09-15)
416

517

package.json

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

0 commit comments

Comments
 (0)