@@ -37,11 +37,11 @@ module.exports = {
37
37
presetConfig : {
38
38
/**
39
39
* Types from the Conventional Changelog conventionalcommits.org convention.
40
- * The types are used as they were in version 4.3.1 , of which the link to
40
+ * The types are used as they were in version 4.5.0 , of which the link to
41
41
* the exact location is shown below. The only change to the types array is
42
42
* whether some types are hidden or not.
43
43
*
44
- * https://github.com/conventional-changelog/conventional-changelog/blob/conventional-changelog-conventionalcommits%404.3.1 /packages/conventional-changelog-conventionalcommits/writer-opts.js#L160
44
+ * https://github.com/conventional-changelog/conventional-changelog/blob/conventional-changelog-conventionalcommits%404.5.0 /packages/conventional-changelog-conventionalcommits/writer-opts.js#L169
45
45
*/
46
46
types : [
47
47
{ type : 'feat' , section : 'Features' } ,
@@ -50,7 +50,7 @@ module.exports = {
50
50
{ type : 'revert' , section : 'Reverts' } ,
51
51
{ type : 'docs' , section : 'Documentation' } ,
52
52
{ type : 'style' , section : 'Styles' } ,
53
- { type : 'chore' , section : 'Miscellaneous Chores' } ,
53
+ { type : 'chore' , section : 'Miscellaneous Chores' , hidden : true } ,
54
54
{ type : 'refactor' , section : 'Code Refactoring' } ,
55
55
{ type : 'test' , section : 'Tests' } ,
56
56
{ type : 'build' , section : 'Build System' } ,
0 commit comments