chore(release): 9.18.5

## [9.18.5](https://github.com/webtorrent/bittorrent-tracker/compare/v9.18.4...v9.18.5) (2022-03-25)

### Bug Fixes

* connection leaks ([#420](https://github.com/webtorrent/bittorrent-tracker/issues/420)) ([f7928cf](f7928cfcc6))
This commit is contained in:
semantic-release-bot 2022-03-25 08:44:32 +00:00
parent f7928cfcc6
commit 2a79101ef7
3 changed files with 9 additions and 1 deletions

View File

@ -59,5 +59,6 @@
- Jocelyn Liu (yrliou@gmail.com)
- Bruce Hopkins (behopkinsjr@gmail.com)
- Ryan Finnie (ryan@finnie.org)
- Lookis (lookisliu@gmail.com)
#### Generated by tools/update-authors.sh.

View File

@ -1,3 +1,10 @@
## [9.18.5](https://github.com/webtorrent/bittorrent-tracker/compare/v9.18.4...v9.18.5) (2022-03-25)
### Bug Fixes
* connection leaks ([#420](https://github.com/webtorrent/bittorrent-tracker/issues/420)) ([f7928cf](https://github.com/webtorrent/bittorrent-tracker/commit/f7928cfcc646cd95556549b64e61228892314682))
## [9.18.4](https://github.com/webtorrent/bittorrent-tracker/compare/v9.18.3...v9.18.4) (2022-03-06)

View File

@ -1,7 +1,7 @@
{
"name": "bittorrent-tracker",
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
"version": "9.18.4",
"version": "9.18.5",
"author": {
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",