Skip to content

Commit feb51e5

Browse files
authored
chore: Fix release config
1 parent 488dffa commit feb51e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
types: [
1111
{ type: 'feat', section: 'Features' },
1212
{ type: 'fix', section: 'Bug Fixes' },
13+
{ type: 'Fix', section: 'Bug Fixes' },
1314
{ type: 'doc', hidden: false, section: 'Documentation' },
1415
{ type: 'docs', hidden: false, section: 'Documentation' },
1516
{ type: 'chore', hidden: true, section: 'Chores' },

0 commit comments

Comments
 (0)