chore(release): v0.1.2

This commit is contained in:
Tickbase
2025-05-18 23:37:33 +02:00
parent 2ec47c5936
commit ba94d3c272
4 changed files with 33 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "creamlinux",
"private": true,
"version": "0.1.0",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
@@ -14,7 +14,7 @@
"generate-updater": "node scripts/generate-updater-json.js",
"update-tauri-config": "node scripts/update-tauri-config.js",
"update-api-changelog": "node scripts/api-changelog.js",
"prepare-release": "npm run sync-version && npm run update-api-changelog && npm run update-tauri-config",
"prepare-release": "node scripts/prepare-release.js",
"release": "semantic-release",
"install-updater": "npm install --save @tauri-apps/plugin-updater @tauri-apps/plugin-process"
},
@@ -51,4 +51,4 @@
"vite": "^6.3.1",
"vite-plugin-svgr": "^4.3.0"
}
}
}