Skip to content

Commit b0b9099

Browse files
chore(main): release 1.1.8 (#52)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6267ce3 commit b0b9099

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.7"
2+
".": "1.1.8"
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.8](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.7...v1.1.8) (2025-12-12)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unsafe rust code ([#51](https://github.com/ChainSafe/js-libp2p-quic/issues/51)) ([6267ce3](https://github.com/ChainSafe/js-libp2p-quic/commit/6267ce36ee19e7e4b3752b68411c7b95117a816b))
9+
310
## [1.1.7](https://github.com/ChainSafe/js-libp2p-quic/compare/v1.1.6...v1.1.7) (2025-12-12)
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.7",
3+
"version": "1.1.8",
44
"description": "A QUIC transport for libp2p",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)