This repository was archived by the owner on Jun 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +69
-44
lines changed
packages/libp2p-interface-compliance-tests Expand file tree Collapse file tree 2 files changed +69
-44
lines changed Original file line number Diff line number Diff line change 1+ ## [ @libp2p/interface-compliance-tests-v1 .0.2] ( https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-compliance-tests-v1.0.1...@libp2p/interface-compliance-tests-v1.0.2 ) (2022-01-08)
2+
3+
4+ ### Trivial Changes
5+
6+ * add semantic release config ([ #141 ] ( https://github.com/libp2p/js-libp2p-interfaces/issues/141 ) ) ([ 5f0de59] ( https://github.com/libp2p/js-libp2p-interfaces/commit/5f0de59136b6343d2411abb2d6a4dd2cd0b7efe4 ) )
7+ * update package versions ([ #140 ] ( https://github.com/libp2p/js-libp2p-interfaces/issues/140 ) ) ([ cd844f6] ( https://github.com/libp2p/js-libp2p-interfaces/commit/cd844f6e39f4ee50d006e86eac8dadf696900eb5 ) )
8+
19# Change Log
210
311All notable changes to this project will be documented in this file.
Original file line number Diff line number Diff line change 11{
22 "name" : " @libp2p/interface-compliance-tests" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " Compliance tests for JS libp2p interfaces" ,
55 "type" : " module" ,
66 "files" : [
128128 ],
129129 "plugins" : [
130130 [
131- " @semantic-release/commit-analyzer" , {
131+ " @semantic-release/commit-analyzer" ,
132+ {
132133 "preset" : " conventionalcommits" ,
133- "releaseRules" : [{
134- "breaking" : true ,
135- "release" : " major"
136- }, {
137- "revert" : true ,
138- "release" : " patch"
139- }, {
140- "type" : " feat" ,
141- "release" : " minor"
142- }, {
143- "type" : " fix" ,
144- "release" : " patch"
145- }, {
146- "type" : " chore" ,
147- "release" : " patch"
148- }, {
149- "type" : " docs" ,
150- "release" : " patch"
151- }, {
152- "type" : " test" ,
153- "release" : " patch"
154- }, {
155- "scope" : " no-release" ,
156- "release" : false
157- }]
158- }
159- ],
160- [
161- " @semantic-release/release-notes-generator" , {
162- "preset" : " conventionalcommits" ,
163- "presetConfig" : {
164- "types" : [{
134+ "releaseRules" : [
135+ {
136+ "breaking" : true ,
137+ "release" : " major"
138+ },
139+ {
140+ "revert" : true ,
141+ "release" : " patch"
142+ },
143+ {
165144 "type" : " feat" ,
166- "section" : " Features"
167- }, {
145+ "release" : " minor"
146+ },
147+ {
168148 "type" : " fix" ,
169- "section" : " Bug Fixes"
170- }, {
149+ "release" : " patch"
150+ },
151+ {
171152 "type" : " chore" ,
172- "section" : " Trivial Changes"
173- }, {
153+ "release" : " patch"
154+ },
155+ {
174156 "type" : " docs" ,
175- "section" : " Trivial Changes"
176- }, {
157+ "release" : " patch"
158+ },
159+ {
177160 "type" : " test" ,
178- "section" : " Tests"
179- }]
161+ "release" : " patch"
162+ },
163+ {
164+ "scope" : " no-release" ,
165+ "release" : false
166+ }
167+ ]
168+ }
169+ ],
170+ [
171+ " @semantic-release/release-notes-generator" ,
172+ {
173+ "preset" : " conventionalcommits" ,
174+ "presetConfig" : {
175+ "types" : [
176+ {
177+ "type" : " feat" ,
178+ "section" : " Features"
179+ },
180+ {
181+ "type" : " fix" ,
182+ "section" : " Bug Fixes"
183+ },
184+ {
185+ "type" : " chore" ,
186+ "section" : " Trivial Changes"
187+ },
188+ {
189+ "type" : " docs" ,
190+ "section" : " Trivial Changes"
191+ },
192+ {
193+ "type" : " test" ,
194+ "section" : " Tests"
195+ }
196+ ]
180197 }
181198 }
182199 ],
You can’t perform that action at this time.
0 commit comments