chore(main): release 0.4.0

This commit is contained in:
Emrik Östling 2024-08-26 16:01:20 +02:00
parent bb34bdee87
commit a1f8cbae66
2 changed files with 21 additions and 2 deletions

View file

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