We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0063e18 commit 3731835Copy full SHA for 3731835
package.json
@@ -24,8 +24,12 @@
24
},
25
"presetConfig": {
26
"types": [
27
- {"type": "feat", "section": "Added"},
+ {"type": "add", "section": "Added"},
28
{"type": "fix", "section": "Fixed"},
29
+ {"type": "change", "section": "Changed"},
30
+ {"type": "deprecate", "section": "Deprecated"},
31
+ {"type": "remove", "section": "Removed"},
32
+ {"type": "security", "section": "Security"},
33
{"type": "chore", "hidden": true},
34
{"type": "docs", "hidden": true},
35
{"type": "style", "hidden": true},
0 commit comments