Skip to content

Commit e15f370

Browse files
chore(main): release 1.1.2 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a22a8f commit e15f370

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.1"
2+
".": "1.1.2"
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.2](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.1...v1.1.2) (2025-07-07)
4+
5+
6+
### Bug Fixes
7+
8+
* do not throw unimplemented error ([#30](https://github.com/ChainSafe/js-libp2p-quic/issues/30)) ([b730d02](https://github.com/ChainSafe/js-libp2p-quic/commit/b730d02c456568e2f6d93f5a441ee86b68f2ae12)), closes [#27](https://github.com/ChainSafe/js-libp2p-quic/issues/27)
9+
* listen on multiple wildcards ([#32](https://github.com/ChainSafe/js-libp2p-quic/issues/32)) ([9a22a8f](https://github.com/ChainSafe/js-libp2p-quic/commit/9a22a8f581c51c702126b05c1389cd5ec3ee602d))
10+
311
## [1.1.1](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.0...v1.1.1) (2025-04-05)
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.1",
3+
"version": "1.1.2",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)