Skip to content

Commit 2079c14

Browse files
chore(main): release 1.1.4
1 parent b1a060c commit 2079c14

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.3"
2+
".": "1.1.4"
33
}

CHANGELOG.md

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

3+
## [1.1.4](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.3...v1.1.4) (2025-12-05)
4+
5+
6+
### Bug Fixes
7+
8+
* remove dead code ([#42](https://github.com/ChainSafe/js-libp2p-quic/issues/42)) ([b1a060c](https://github.com/ChainSafe/js-libp2p-quic/commit/b1a060c2a1002df1edbc1b9a1d084977f035596b))
9+
310
## [1.1.3](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.2...v1.1.3) (2025-07-08)
411

512

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.3",
3+
"version": "1.1.4",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)