diff --git a/bun.lockb b/bun.lockb index 87fbc5a..a2db0bc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6fea117..079fc03 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", - "tauri": "tauri" + "tauri": "tauri", + "commit": "cz" }, "dependencies": { "@tauri-apps/api": "^1", @@ -17,10 +18,17 @@ "devDependencies": { "@tauri-apps/cli": "^1", "autoprefixer": "^10.4.18", + "commitizen": "^4.3.1", + "cz-conventional-changelog": "^3.3.0", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.0.2", "vite": "^5.0.0", "vite-plugin-kaioken": "^0.13.1" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } } }