chore(release): bump version to 1.0.0 and add build script
This commit is contained in:
BIN
ai-commit-ext-1.0.0.vsix
Normal file
BIN
ai-commit-ext-1.0.0.vsix
Normal file
Binary file not shown.
8
package-lock.json
generated
8
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"name": "ai-commit-ext",
|
||||
"displayName": "AI Commit Ext",
|
||||
"description": "Generate commit messages using OpenCode AI",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0",
|
||||
"publisher": "local",
|
||||
"engines": {
|
||||
"vscode": "^1.71.0"
|
||||
"vscode": "^1.110.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
@@ -18,7 +18,8 @@
|
||||
"vscode:prepublish": "npm run compile",
|
||||
"compile": "tsc -p ./",
|
||||
"watch": "tsc -watch -p ./",
|
||||
"test": "echo \"No tests yet\""
|
||||
"test": "echo \"No tests yet\"",
|
||||
"build": "npx @vscode/vsce package --allow-missing-repository --skip-license"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.5.2",
|
||||
|
||||
Reference in New Issue
Block a user