Skip to content

Commit aae6481

Browse files
chore(release): 5.0.8
## [5.0.8](v5.0.7...v5.0.8) (2026-07-27) ### Bug Fixes * don't encrypt caller's buffer in place in the RC4 fallback ([#206](#206)) ([50bcfa4](50bcfa4))
1 parent 50bcfa4 commit aae6481

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.8](https://github.com/webtorrent/bittorrent-protocol/compare/v5.0.7...v5.0.8) (2026-07-27)
2+
3+
4+
### Bug Fixes
5+
6+
* don't encrypt caller's buffer in place in the RC4 fallback ([#206](https://github.com/webtorrent/bittorrent-protocol/issues/206)) ([50bcfa4](https://github.com/webtorrent/bittorrent-protocol/commit/50bcfa494cdadf0bd0b8948936dffd743a6a4b4e))
7+
18
## [5.0.7](https://github.com/webtorrent/bittorrent-protocol/compare/v5.0.6...v5.0.7) (2026-07-23)
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.7",
5+
"version": "5.0.8",
66
"author": {
77
"name": "WebTorrent LLC",
88
"email": "feross@webtorrent.io",

0 commit comments

Comments
 (0)