File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 9.2.4] ( https://github.com/ipld/js-dag-cbor/compare/v9.2.3...v9.2.4 ) (2025-05-22)
2+
3+ ### Bug Fixes
4+
5+ * address lint errors ([ 467d98c] ( https://github.com/ipld/js-dag-cbor/commit/467d98c6142b5e1369b468a565e28eb4f39dfbcc ) )
6+
7+ ### Trivial Changes
8+
9+ * omit lockfile from release commit ([ #126 ] ( https://github.com/ipld/js-dag-cbor/issues/126 ) ) ([ 2013bda] ( https://github.com/ipld/js-dag-cbor/commit/2013bda1b7ca0cc4e89e6f586642885513960cbf ) )
10+ * remove package-lock ([ 6445f53] ( https://github.com/ipld/js-dag-cbor/commit/6445f5324f06678dc4b6639836abf79a306f4865 ) )
11+
12+ ### Dependencies
13+
14+ * ** dev:** bump aegir from 46.0.5 to 47.0.10 ([ c0b2879] ( https://github.com/ipld/js-dag-cbor/commit/c0b287933d29177cd6ff1232c27bd0a8ae5e661b ) )
15+
116## [ 9.2.3] ( https://github.com/ipld/js-dag-cbor/compare/v9.2.2...v9.2.3 ) (2025-05-08)
217
318### Dependencies
Original file line number Diff line number Diff line change 11{
22 "name" : " @ipld/dag-cbor" ,
3- "version" : " 9.2.3 " ,
3+ "version" : " 9.2.4 " ,
44 "description" : " JS implementation of DAG-CBOR" ,
55 "author" :
" Rod <[email protected] > (http://r.va.gg/)" ,
66 "license" : " Apache-2.0 OR MIT" ,
142142 " @semantic-release/changelog" ,
143143 " @semantic-release/npm" ,
144144 " @semantic-release/github" ,
145- [" @semantic-release/git" , {
146- "assets" : [" CHANGELOG.md" , " package.json" ]
147- }]
145+ [
146+ " @semantic-release/git" ,
147+ {
148+ "assets" : [
149+ " CHANGELOG.md" ,
150+ " package.json"
151+ ]
152+ }
153+ ]
148154 ]
149155 },
150156 "scripts" : {
You can’t perform that action at this time.
0 commit comments