mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2025-12-05 19:45:36 -05:00
chore(release): v0.1.2
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user