Skip to content

Commit 3a49b61

Browse files
committed
2.1.0
1 parent 918b9db commit 3a49b61

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": "2.0.0",
6+
"version": "2.1.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": {
@@ -189,5 +199,7 @@
189199
"dependencies": {
190200
"ollama": "0.5.16"
191201
},
192-
"extensionDependencies": ["vscode.git"]
202+
"extensionDependencies": [
203+
"vscode.git"
204+
]
193205
}

0 commit comments

Comments
 (0)