chore(release): 1.3.0
Some checks failed
Build and Upload Canary / build (push) Failing after 1m27s

This commit is contained in:
Simeon Radivoev 2026-03-31 19:17:48 +03:00
parent bb8f716201
commit d24dc89515
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
2 changed files with 24 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "com.simeonradivoev.gameflow-deck",
"displayName": "Gameflow",
"version": "1.2.1",
"version": "1.3.0",
"description": "Game Launcher",
"icon": "./src/mainview/assets/icon.svg",
"main": "./src/bun/index.ts",
@ -90,6 +90,7 @@
"@types/adm-zip": "^0.5.8",
"@types/bun": "latest",
"@types/fs-extra": "^11.0.4",
"@types/howler": "^2.2.12",
"@types/ini": "^4.1.1",
"@types/mustache": "^4.2.6",
"@types/node-7z": "^2.1.11",
@ -108,6 +109,7 @@
"drizzle-kit": "^0.31.9",
"dts-bundle-generator": "^9.5.1",
"eden-tanstack-query": "^0.0.9",
"howler": "^2.2.4",
"lucide-react": "^0.563.0",
"pretty-bytes": "^7.1.0",
"react": "^19.2.4",
@ -127,4 +129,4 @@
"vite-static-assets-plugin": "^1.2.2",
"vite-tsconfig-paths": "^6.1.1"
}
}
}