Skip to content

Commit e0f081a

Browse files
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 e0f081a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.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)