Skip to content

Commit 6d56091

Browse files
committed
1.11.0
1 parent fd9082d commit 6d56091

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,28 @@
33
"displayName": "commitollama",
44
"description": "AI Commits with ollama",
55
"publisher": "Commitollama",
6-
"version": "1.10.0",
6+
"version": "1.11.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/anjerodev/commitollama.git"
1010
},
1111
"engines": {
1212
"vscode": "^1.98.0"
1313
},
14-
"categories": ["Machine Learning", "Programming Languages"],
14+
"categories": [
15+
"Machine Learning",
16+
"Programming Languages"
17+
],
1518
"icon": "icon.jpg",
1619
"license": "MIT",
17-
"keywords": ["code", "assistant", "ai", "llm", "commits", "ollama"],
20+
"keywords": [
21+
"code",
22+
"assistant",
23+
"ai",
24+
"llm",
25+
"commits",
26+
"ollama"
27+
],
1828
"main": "./out/extension.js",
1929
"activationEvents": [],
2030
"contributes": {
@@ -166,5 +176,7 @@
166176
"dependencies": {
167177
"ollama": "0.5.15"
168178
},
169-
"extensionDependencies": ["vscode.git"]
179+
"extensionDependencies": [
180+
"vscode.git"
181+
]
170182
}

0 commit comments

Comments
 (0)