We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cdd37 commit bd4564eCopy full SHA for bd4564e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.13.1](https://github.com/C4illin/ConvertX/compare/v0.13.0...v0.13.1) (2025-05-23)
4
+
5
6
+### Bug Fixes
7
8
+* switch from alpine to debian trixie ([4e4c029](https://github.com/C4illin/ConvertX/commit/4e4c029cb800df86affb99c3a82dda9e6708bdde))
9
10
## [0.13.0](https://github.com/C4illin/ConvertX/compare/v0.12.1...v0.13.0) (2025-05-14)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "convertx-frontend",
- "version": "0.13.0",
+ "version": "0.13.1",
"scripts": {
"dev": "bun run --watch src/index.tsx",
"hot": "bun run --hot src/index.tsx",
0 commit comments