chore(main): release 0.3.3

This commit is contained in:
Emrik Östling
2024-07-30 18:50:10 +02:00
parent 96e2c88465
commit 98ee26f6e2
2 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [0.3.3](https://github.com/C4illin/ConvertX/compare/v0.3.2...v0.3.3) (2024-07-30)
### Bug Fixes
* downgrade @elysiajs/html dependency to version 1.0.2 ([c714ade](https://github.com/C4illin/ConvertX/commit/c714ade3e23865ba6cfaf76c9e7259df1cda222c))
## [0.3.2](https://github.com/C4illin/ConvertX/compare/v0.3.1...v0.3.2) (2024-07-09)

View File

@@ -1,6 +1,6 @@
{
"name": "convertx-frontend",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"dev": "bun run --watch src/index.tsx",
"hot": "bun run --hot src/index.tsx",
@@ -44,5 +44,7 @@
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}