Skip to content

Commit 6e2958b

Browse files
committed
0.4.0
1 parent 5b3d089 commit 6e2958b

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "auto-commit-msg",
33
"displayName": "Auto Commit Message",
44
"description": "Generate git commit messages automagically",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"publisher": "MichaelCurrin",
77
"homepage": "https://github.com/MichaelCurrin/auto-commit-msg",
88
"repository": {
@@ -11,7 +11,11 @@
1111
},
1212
"bugs": "https://github.com/MichaelCurrin/auto-commit-msg/issues",
1313
"license": "MIT",
14-
"keywords": [ "Git", "Commit", "Message" ],
14+
"keywords": [
15+
"Git",
16+
"Commit",
17+
"Message"
18+
],
1519
"icon": "images/logo.png",
1620
"galleryBanner": {
1721
"color": "#eae9e1",
@@ -20,8 +24,12 @@
2024
"engines": {
2125
"vscode": "^1.39.0"
2226
},
23-
"categories": [ "Other" ],
24-
"activationEvents": [ "*" ],
27+
"categories": [
28+
"Other"
29+
],
30+
"activationEvents": [
31+
"*"
32+
],
2533
"main": "./out/extension.js",
2634
"contributes": {
2735
"configuration": {
@@ -85,7 +93,10 @@
8593
}
8694
],
8795
"items": {
88-
"type": [ "string", "object" ],
96+
"type": [
97+
"string",
98+
"object"
99+
],
89100
"description": "Can be either a string, or an object. If an object, use type for the commit type, and description to give a short description for the particular commit type."
90101
},
91102
"minItems": 1,

0 commit comments

Comments
 (0)