Skip to content

Commit 643747f

Browse files
chore(main): release 1.1.3 (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ee6dfe5 commit 643747f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.1.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.2...v1.1.3) (2025-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add error metrics ([#39](https://github.com/ChainSafe/js-libp2p-quic/issues/39)) ([ee6dfe5](https://github.com/ChainSafe/js-libp2p-quic/commit/ee6dfe5734994f5389e482dee9eaabfa9d985ba4))
9+
* race signal instead of setting up listeners ([#36](https://github.com/ChainSafe/js-libp2p-quic/issues/36)) ([ffb35af](https://github.com/ChainSafe/js-libp2p-quic/commit/ffb35af4d2f80f57c714b891c521445bbae0da9d))
10+
311
## [1.1.2](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.1...v1.1.2) (2025-07-07)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-quic",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)