chore(release): 9.17.4

## [9.17.4](https://github.com/webtorrent/bittorrent-tracker/compare/v9.17.3...v9.17.4) (2021-07-22)

### Bug Fixes

* if websocket closed, don't produce a response ([ca88435](ca88435617))
This commit is contained in:
semantic-release-bot 2021-07-22 01:07:57 +00:00
parent ca88435617
commit 22acc4d13c
3 changed files with 9 additions and 1 deletions

View File

@ -55,5 +55,6 @@
- Diego Rodríguez Baquero (diego@mothership.com)
- Diego Rodriguez Baquero (diego@arc.io)
- semantic-release-bot (semantic-release-bot@martynus.net)
- renovate[bot] (29139614+renovate[bot]@users.noreply.github.com)
#### Generated by tools/update-authors.sh.

View File

@ -1,3 +1,10 @@
## [9.17.4](https://github.com/webtorrent/bittorrent-tracker/compare/v9.17.3...v9.17.4) (2021-07-22)
### Bug Fixes
* if websocket closed, don't produce a response ([ca88435](https://github.com/webtorrent/bittorrent-tracker/commit/ca88435617e59714a456031c75b3a329897d97bd))
## [9.17.3](https://github.com/webtorrent/bittorrent-tracker/compare/v9.17.2...v9.17.3) (2021-07-02)

View File

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