Skip to content

Commit e9bb680

Browse files
github-actions[bot]achingbrain
authored andcommitted
chore(main): release 1.0.5 (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 557234d commit e9bb680

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff 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 }}

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.4"
2+
".": "1.0.5"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)