mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 04:01:35 +00:00
chore(release): 11.0.2
## [11.0.2](https://github.com/webtorrent/bittorrent-tracker/compare/v11.0.1...v11.0.2) (2024-03-12) ### Bug Fixes * **parse-http:** ignore announcements from peers with invalid announcement ports. ([#513](https://github.com/webtorrent/bittorrent-tracker/issues/513)) ([fe75272
](fe75272d51
))
This commit is contained in:
parent
fe75272d51
commit
a4f956e3cb
@ -65,5 +65,6 @@
|
||||
- Tom Snelling (tomsnelling8@gmail.com)
|
||||
- Cas_ (6506529+ThaUnknown@users.noreply.github.com)
|
||||
- Arsène Fougerouse (arsene582@gmail.com)
|
||||
- Brad Marsden (silentbot1@gmail.com)
|
||||
|
||||
#### Generated by tools/update-authors.sh.
|
||||
|
@ -1,3 +1,10 @@
|
||||
## [11.0.2](https://github.com/webtorrent/bittorrent-tracker/compare/v11.0.1...v11.0.2) (2024-03-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **parse-http:** ignore announcements from peers with invalid announcement ports. ([#513](https://github.com/webtorrent/bittorrent-tracker/issues/513)) ([fe75272](https://github.com/webtorrent/bittorrent-tracker/commit/fe75272d51653e626583689081afb0b7aeadb84f))
|
||||
|
||||
## [11.0.1](https://github.com/webtorrent/bittorrent-tracker/compare/v11.0.0...v11.0.1) (2024-01-16)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "bittorrent-tracker",
|
||||
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
|
||||
"version": "11.0.1",
|
||||
"version": "11.0.2",
|
||||
"author": {
|
||||
"name": "WebTorrent LLC",
|
||||
"email": "feross@webtorrent.io",
|
||||
|
Loading…
Reference in New Issue
Block a user