Skip to content

Commit c1a9d42

Browse files
committed
0.2.3
1 parent 36025b5 commit c1a9d42

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-whatchanged",
33
"displayName": "whatchanged",
44
"description": "变更日志生成器 Generate changelog for git project",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"publisher": "axetroy",
77
"engines": {
88
"vscode": "^1.61.0"
@@ -16,7 +16,12 @@
1616
"url": "https://github.com/release-lab/vscode-whatchanged/issues"
1717
},
1818
"homepage": "https://github.com/release-lab/vscode-whatchanged#readme",
19-
"keywords": ["changelog", "whatchanged", "Conventional", "commit"],
19+
"keywords": [
20+
"changelog",
21+
"whatchanged",
22+
"Conventional",
23+
"commit"
24+
],
2025
"categories": [
2126
"Other"
2227
],

0 commit comments

Comments
 (0)