Skip to content

Commit 7a65756

Browse files
chore(release): 5.0.5
## [5.0.5](v5.0.4...v5.0.5) (2026-05-27) ### Bug Fixes * race conditions for libtorrent peers ([#189](#189)) ([6d83c6f](6d83c6f))
1 parent 6d83c6f commit 7a65756

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.5](https://github.com/webtorrent/bittorrent-protocol/compare/v5.0.4...v5.0.5) (2026-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* race conditions for libtorrent peers ([#189](https://github.com/webtorrent/bittorrent-protocol/issues/189)) ([6d83c6f](https://github.com/webtorrent/bittorrent-protocol/commit/6d83c6f40d24773c46d2ec5d8f7ed37ca12985ea))
7+
18
## [5.0.4](https://github.com/webtorrent/bittorrent-protocol/compare/v5.0.3...v5.0.4) (2026-05-26)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bittorrent-protocol",
33
"type": "module",
44
"description": "Simple, robust, BitTorrent peer wire protocol implementation",
5-
"version": "5.0.4",
5+
"version": "5.0.5",
66
"author": {
77
"name": "WebTorrent LLC",
88
"email": "feross@webtorrent.io",

0 commit comments

Comments
 (0)