Skip to content

Commit 14fd6b9

Browse files
chore(main): release 1.1.0 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a3a90b commit 14fd6b9

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.5...v1.1.0) (2025-03-27)
4+
5+
6+
### Features
7+
8+
* add socket buffer size configuration ([#22](https://github.com/ChainSafe/js-libp2p-quic/issues/22)) ([8f9c30f](https://github.com/ChainSafe/js-libp2p-quic/commit/8f9c30fd14ccd004d68b0407b3f350ce4074d976))
9+
310
## [1.0.5](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.0.4...v1.0.5) (2025-03-13)
411

512

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

0 commit comments

Comments
 (0)