File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ jobs:
327327 shell : bash
328328 - name : Build ts
329329 if : ${{ steps.release.outputs.release_created }}
330- run : yarn build:ts
330+ run : npx aegir build
331331 shell : bash
332332 - name : Publish
333333 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 11{
2- "." : " 1.0.4 "
2+ "." : " 1.0.5 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.5] ( https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.4...v1.0.5 ) (2025-03-13)
4+
5+
6+ ### Bug Fixes
7+
8+ * add browser shim ([ #18 ] ( https://github.com/ChainSafe/js-libp2p-quic/issues/18 ) ) ([ 557234d] ( https://github.com/ChainSafe/js-libp2p-quic/commit/557234d7920d95d54a50c8c2efb4e76c822fd287 ) )
9+ * build ts before publish ([ #19 ] ( https://github.com/ChainSafe/js-libp2p-quic/issues/19 ) ) ([ c22f429] ( https://github.com/ChainSafe/js-libp2p-quic/commit/c22f4299b3c29c7834d524b3ce8c5d3d1a2f15ac ) )
10+
311## [ 1.0.4] ( https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.3...v1.0.4 ) (2025-03-13)
412
513
Original file line number Diff line number Diff line change 11{
22 "name" : " @chainsafe/libp2p-quic" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "description" : " A QUIC transport for libp2p" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments