Skip to content

Commit 3731835

Browse files
committed
add types to config
1 parent 0063e18 commit 3731835

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@
2424
},
2525
"presetConfig": {
2626
"types": [
27-
{"type": "feat", "section": "Added"},
27+
{"type": "add", "section": "Added"},
2828
{"type": "fix", "section": "Fixed"},
29+
{"type": "change", "section": "Changed"},
30+
{"type": "deprecate", "section": "Deprecated"},
31+
{"type": "remove", "section": "Removed"},
32+
{"type": "security", "section": "Security"},
2933
{"type": "chore", "hidden": true},
3034
{"type": "docs", "hidden": true},
3135
{"type": "style", "hidden": true},

0 commit comments

Comments
 (0)