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.
2 parents 908e91c + 01c8fad commit ce41ee2Copy full SHA for ce41ee2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.14.1](https://github.com/C4illin/ConvertX/compare/v0.14.0...v0.14.1) (2025-06-04)
4
+
5
6
+### Bug Fixes
7
8
+* change to baseline build ([6ea3058](https://github.com/C4illin/ConvertX/commit/6ea3058e66262f7a14633bddcecd5573948f524a)), closes [#311](https://github.com/C4illin/ConvertX/issues/311)
9
10
## [0.14.0](https://github.com/C4illin/ConvertX/compare/v0.13.0...v0.14.0) (2025-06-03)
11
12
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "convertx-frontend",
- "version": "0.14.0",
+ "version": "0.14.1",
"scripts": {
"dev": "bun run --watch src/index.tsx",
"hot": "bun run --hot src/index.tsx",
0 commit comments