diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6115438..6680d1d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.1.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9163c..a0b0d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.3](https://github.com/ChainSafe/js-libp2p-quic/compare/v2.1.2...v2.1.3) (2026-08-09) + + +### Bug Fixes + +* settle connection.closed() when the connection is aborted ([#66](https://github.com/ChainSafe/js-libp2p-quic/issues/66)) ([554deb1](https://github.com/ChainSafe/js-libp2p-quic/commit/554deb15c566e8fb7ac37734afffba2f242c4252)) + ## [2.1.2](https://github.com/ChainSafe/js-libp2p-quic/compare/v2.1.1...v2.1.2) (2026-08-07) diff --git a/package.json b/package.json index 40687d7..9faeae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-quic", - "version": "2.1.2", + "version": "2.1.3", "description": "A QUIC transport for libp2p", "license": "MIT", "type": "module",