chore(release): bump version to 1.0.0 and add build script

This commit is contained in:
2026-04-06 00:53:50 +02:00
parent 0835211a71
commit a0f6277da9
3 changed files with 71 additions and 68 deletions

8
package-lock.json generated
View File

@@ -1,18 +1,20 @@
{
"name": "ai-commit-ext",
"version": "1.0.0",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ai-commit-ext",
"version": "1.0.0",
"license": "ISC",
"version": "0.0.1",
"devDependencies": {
"@types/node": "^25.5.2",
"@types/vscode": "^1.110.0",
"typescript": "^6.0.2",
"vscode": "^1.1.37"
},
"engines": {
"vscode": "^1.110.0"
}
},
"node_modules/@tootallnate/once": {