File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ jobs:
327
327
shell : bash
328
328
- name : Build ts
329
329
if : ${{ steps.release.outputs.release_created }}
330
- run : yarn build:ts
330
+ run : npx aegir build
331
331
shell : bash
332
332
- name : Publish
333
333
if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.0.4 "
2
+ "." : " 1.0.5 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## [ 1.0.4] ( https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.3...v1.0.4 ) (2025-03-13)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainsafe/libp2p-quic" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " A QUIC transport for libp2p" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments