File tree 2 files changed +68
-47
lines changed
2 files changed +68
-47
lines changed Original file line number Diff line number Diff line change
1
+ ### [ 11.0.2] ( https://github.com/multiformats/js-mafmt/compare/v11.0.1...v11.0.2 ) (2022-01-08)
2
+
3
+
4
+ ### Trivial Changes
5
+
6
+ * add semantic release config ([ #97 ] ( https://github.com/multiformats/js-mafmt/issues/97 ) ) ([ af1a100] ( https://github.com/multiformats/js-mafmt/commit/af1a10075462c11004bebd2b133aee4ea96d0ba4 ) )
7
+
1
8
# [ 10.0.0] ( https://github.com/multiformats/js-mafmt/compare/v9.0.0...v10.0.0 ) (2021-07-07)
2
9
3
10
330
337
331
338
<a name =" 2.0.0 " ></a >
332
339
# 2.0.0 (2016-05-17)
333
-
334
-
335
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @multiformats/mafmt" ,
3
- "version" : " 10 .0.0 " ,
3
+ "version" : " 11 .0.2 " ,
4
4
"description" : " A multiaddr validator" ,
5
5
"type" : " module" ,
6
6
"types" : " ./dist/src/index.d.ts" ,
56
56
],
57
57
"plugins" : [
58
58
[
59
- " @semantic-release/commit-analyzer" , {
59
+ " @semantic-release/commit-analyzer" ,
60
+ {
60
61
"preset" : " conventionalcommits" ,
61
- "releaseRules" : [{
62
- "breaking" : true ,
63
- "release" : " major"
64
- }, {
65
- "revert" : true ,
66
- "release" : " patch"
67
- }, {
68
- "type" : " feat" ,
69
- "release" : " minor"
70
- }, {
71
- "type" : " fix" ,
72
- "release" : " patch"
73
- }, {
74
- "type" : " chore" ,
75
- "release" : " patch"
76
- }, {
77
- "type" : " docs" ,
78
- "release" : " patch"
79
- }, {
80
- "type" : " test" ,
81
- "release" : " patch"
82
- }, {
83
- "scope" : " no-release" ,
84
- "release" : false
85
- }]
86
- }
87
- ],
88
- [
89
- " @semantic-release/release-notes-generator" , {
90
- "preset" : " conventionalcommits" ,
91
- "presetConfig" : {
92
- "types" : [{
62
+ "releaseRules" : [
63
+ {
64
+ "breaking" : true ,
65
+ "release" : " major"
66
+ },
67
+ {
68
+ "revert" : true ,
69
+ "release" : " patch"
70
+ },
71
+ {
93
72
"type" : " feat" ,
94
- "section" : " Features"
95
- }, {
73
+ "release" : " minor"
74
+ },
75
+ {
96
76
"type" : " fix" ,
97
- "section" : " Bug Fixes"
98
- }, {
77
+ "release" : " patch"
78
+ },
79
+ {
99
80
"type" : " chore" ,
100
- "section" : " Trivial Changes"
101
- }, {
81
+ "release" : " patch"
82
+ },
83
+ {
102
84
"type" : " docs" ,
103
- "section" : " Trivial Changes"
104
- }, {
85
+ "release" : " patch"
86
+ },
87
+ {
105
88
"type" : " test" ,
106
- "section" : " Tests"
107
- }]
89
+ "release" : " patch"
90
+ },
91
+ {
92
+ "scope" : " no-release" ,
93
+ "release" : false
94
+ }
95
+ ]
96
+ }
97
+ ],
98
+ [
99
+ " @semantic-release/release-notes-generator" ,
100
+ {
101
+ "preset" : " conventionalcommits" ,
102
+ "presetConfig" : {
103
+ "types" : [
104
+ {
105
+ "type" : " feat" ,
106
+ "section" : " Features"
107
+ },
108
+ {
109
+ "type" : " fix" ,
110
+ "section" : " Bug Fixes"
111
+ },
112
+ {
113
+ "type" : " chore" ,
114
+ "section" : " Trivial Changes"
115
+ },
116
+ {
117
+ "type" : " docs" ,
118
+ "section" : " Trivial Changes"
119
+ },
120
+ {
121
+ "type" : " test" ,
122
+ "section" : " Tests"
123
+ }
124
+ ]
108
125
}
109
126
}
110
127
],
You can’t perform that action at this time.
0 commit comments