File tree 2 files changed +69
-47
lines changed
2 files changed +69
-47
lines changed Original file line number Diff line number Diff line change
1
+ ### [ 10.1.2] ( https://github.com/multiformats/js-multiaddr/compare/v10.1.1...v10.1.2 ) (2022-01-08)
2
+
3
+
4
+ ### Trivial Changes
5
+
6
+ * add semantic release config ([ #220 ] ( https://github.com/multiformats/js-multiaddr/issues/220 ) ) ([ e8a691e] ( https://github.com/multiformats/js-multiaddr/commit/e8a691e29a572e0e74b9ef3fa11340cbee18cb3f ) )
7
+ * update build ([ #218 ] ( https://github.com/multiformats/js-multiaddr/issues/218 ) ) ([ c04f330] ( https://github.com/multiformats/js-multiaddr/commit/c04f3302c3d82c35e251302342996f2fb3648fa8 ) )
8
+
1
9
## [ 10.0.1] ( https://github.com/multiformats/js-multiaddr/compare/v10.0.0...v10.0.1 ) (2021-08-19)
2
10
3
11
@@ -540,6 +548,3 @@ please see https://github.com/multiformats/multicodec/pull/16.
540
548
541
549
<a name =" 1.1.0 " ></a >
542
550
# 1.1.0 (2015-11-06)
543
-
544
-
545
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @multiformats/multiaddr" ,
3
- "version" : " 10.0.1 " ,
3
+ "version" : " 10.1.2 " ,
4
4
"description" : " multiaddr implementation (binary + string representation of network addresses)" ,
5
5
"type" : " module" ,
6
6
"types" : " ./dist/src/index.d.ts" ,
67
67
],
68
68
"plugins" : [
69
69
[
70
- " @semantic-release/commit-analyzer" , {
70
+ " @semantic-release/commit-analyzer" ,
71
+ {
71
72
"preset" : " conventionalcommits" ,
72
- "releaseRules" : [{
73
- "breaking" : true ,
74
- "release" : " major"
75
- }, {
76
- "revert" : true ,
77
- "release" : " patch"
78
- }, {
79
- "type" : " feat" ,
80
- "release" : " minor"
81
- }, {
82
- "type" : " fix" ,
83
- "release" : " patch"
84
- }, {
85
- "type" : " chore" ,
86
- "release" : " patch"
87
- }, {
88
- "type" : " docs" ,
89
- "release" : " patch"
90
- }, {
91
- "type" : " test" ,
92
- "release" : " patch"
93
- }, {
94
- "scope" : " no-release" ,
95
- "release" : false
96
- }]
97
- }
98
- ],
99
- [
100
- " @semantic-release/release-notes-generator" , {
101
- "preset" : " conventionalcommits" ,
102
- "presetConfig" : {
103
- "types" : [{
73
+ "releaseRules" : [
74
+ {
75
+ "breaking" : true ,
76
+ "release" : " major"
77
+ },
78
+ {
79
+ "revert" : true ,
80
+ "release" : " patch"
81
+ },
82
+ {
104
83
"type" : " feat" ,
105
- "section" : " Features"
106
- }, {
84
+ "release" : " minor"
85
+ },
86
+ {
107
87
"type" : " fix" ,
108
- "section" : " Bug Fixes"
109
- }, {
88
+ "release" : " patch"
89
+ },
90
+ {
110
91
"type" : " chore" ,
111
- "section" : " Trivial Changes"
112
- }, {
92
+ "release" : " patch"
93
+ },
94
+ {
113
95
"type" : " docs" ,
114
- "section" : " Trivial Changes"
115
- }, {
96
+ "release" : " patch"
97
+ },
98
+ {
116
99
"type" : " test" ,
117
- "section" : " Tests"
118
- }]
100
+ "release" : " patch"
101
+ },
102
+ {
103
+ "scope" : " no-release" ,
104
+ "release" : false
105
+ }
106
+ ]
107
+ }
108
+ ],
109
+ [
110
+ " @semantic-release/release-notes-generator" ,
111
+ {
112
+ "preset" : " conventionalcommits" ,
113
+ "presetConfig" : {
114
+ "types" : [
115
+ {
116
+ "type" : " feat" ,
117
+ "section" : " Features"
118
+ },
119
+ {
120
+ "type" : " fix" ,
121
+ "section" : " Bug Fixes"
122
+ },
123
+ {
124
+ "type" : " chore" ,
125
+ "section" : " Trivial Changes"
126
+ },
127
+ {
128
+ "type" : " docs" ,
129
+ "section" : " Trivial Changes"
130
+ },
131
+ {
132
+ "type" : " test" ,
133
+ "section" : " Tests"
134
+ }
135
+ ]
119
136
}
120
137
}
121
138
],
You can’t perform that action at this time.
0 commit comments