Skip to content

Commit 4550eec

Browse files
chore(main): release 1.1.6 (#47)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d034cec commit 4550eec

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.5"
2+
".": "1.1.6"
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.6](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.5...v1.1.6) (2025-12-12)
4+
5+
6+
### Bug Fixes
7+
8+
* publish workflow ([#46](https://github.com/ChainSafe/js-libp2p-quic/issues/46)) ([d034cec](https://github.com/ChainSafe/js-libp2p-quic/commit/d034cec4cf36a6e08f066f9b500e8cfacd65ec28))
9+
310
## [1.1.5](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.4...v1.1.5) (2025-12-11)
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.5",
3+
"version": "1.1.6",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)