This repository was archived by the owner on Aug 29, 2023. It is now read-only.
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
+ ### [ 1.0.1] ( https://github.com/libp2p/js-libp2p-tcp/compare/v1.0.0...v1.0.1 ) (2022-01-08)
2
+
3
+
4
+ ### Trivial Changes
5
+
6
+ * add semantic release config ([ #155 ] ( https://github.com/libp2p/js-libp2p-tcp/issues/155 ) ) ([ def9ad7] ( https://github.com/libp2p/js-libp2p-tcp/commit/def9ad759d39da21639358b06bd847ab30b3cb7b ) )
7
+
1
8
## [ 0.17.2] ( https://github.com/libp2p/js-libp2p-tcp/compare/v0.17.1...v0.17.2 ) (2021-09-03)
2
9
3
10
448
455
449
456
<a name =" 0.1.0 " ></a >
450
457
# 0.1.0 (2015-09-16)
451
-
452
-
453
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @libp2p/tcp" ,
3
- "version" : " 0 .0.1" ,
3
+ "version" : " 1 .0.1" ,
4
4
"description" : " Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces" ,
5
5
"main" : " ./dist/src/index.js" ,
6
6
"type" : " module" ,
66
66
],
67
67
"plugins" : [
68
68
[
69
- " @semantic-release/commit-analyzer" , {
69
+ " @semantic-release/commit-analyzer" ,
70
+ {
70
71
"preset" : " conventionalcommits" ,
71
- "releaseRules" : [{
72
- "breaking" : true ,
73
- "release" : " major"
74
- }, {
75
- "revert" : true ,
76
- "release" : " patch"
77
- }, {
78
- "type" : " feat" ,
79
- "release" : " minor"
80
- }, {
81
- "type" : " fix" ,
82
- "release" : " patch"
83
- }, {
84
- "type" : " chore" ,
85
- "release" : " patch"
86
- }, {
87
- "type" : " docs" ,
88
- "release" : " patch"
89
- }, {
90
- "type" : " test" ,
91
- "release" : " patch"
92
- }, {
93
- "scope" : " no-release" ,
94
- "release" : false
95
- }]
96
- }
97
- ],
98
- [
99
- " @semantic-release/release-notes-generator" , {
100
- "preset" : " conventionalcommits" ,
101
- "presetConfig" : {
102
- "types" : [{
72
+ "releaseRules" : [
73
+ {
74
+ "breaking" : true ,
75
+ "release" : " major"
76
+ },
77
+ {
78
+ "revert" : true ,
79
+ "release" : " patch"
80
+ },
81
+ {
103
82
"type" : " feat" ,
104
- "section" : " Features"
105
- }, {
83
+ "release" : " minor"
84
+ },
85
+ {
106
86
"type" : " fix" ,
107
- "section" : " Bug Fixes"
108
- }, {
87
+ "release" : " patch"
88
+ },
89
+ {
109
90
"type" : " chore" ,
110
- "section" : " Trivial Changes"
111
- }, {
91
+ "release" : " patch"
92
+ },
93
+ {
112
94
"type" : " docs" ,
113
- "section" : " Trivial Changes"
114
- }, {
95
+ "release" : " patch"
96
+ },
97
+ {
115
98
"type" : " test" ,
116
- "section" : " Tests"
117
- }]
99
+ "release" : " patch"
100
+ },
101
+ {
102
+ "scope" : " no-release" ,
103
+ "release" : false
104
+ }
105
+ ]
106
+ }
107
+ ],
108
+ [
109
+ " @semantic-release/release-notes-generator" ,
110
+ {
111
+ "preset" : " conventionalcommits" ,
112
+ "presetConfig" : {
113
+ "types" : [
114
+ {
115
+ "type" : " feat" ,
116
+ "section" : " Features"
117
+ },
118
+ {
119
+ "type" : " fix" ,
120
+ "section" : " Bug Fixes"
121
+ },
122
+ {
123
+ "type" : " chore" ,
124
+ "section" : " Trivial Changes"
125
+ },
126
+ {
127
+ "type" : " docs" ,
128
+ "section" : " Trivial Changes"
129
+ },
130
+ {
131
+ "type" : " test" ,
132
+ "section" : " Tests"
133
+ }
134
+ ]
118
135
}
119
136
}
120
137
],
You can’t perform that action at this time.
0 commit comments