chore(release): 10.0.3

## [10.0.3](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.2...v10.0.3) (2023-05-25)

### Performance Improvements

* replace simple websocket with maintained one ([#464](https://github.com/webtorrent/bittorrent-tracker/issues/464)) ([3f01c29](3f01c29122))
This commit is contained in:
semantic-release-bot 2023-05-25 17:21:37 +00:00
parent 3f01c29122
commit 6864ef9a24
3 changed files with 9 additions and 1 deletions

View File

@ -62,5 +62,6 @@
- Lookis (lookisliu@gmail.com)
- Paul Sharypov (pavloniym@gmail.com)
- Cas (6506529+ThaUnknown@users.noreply.github.com)
- Tom Snelling (tomsnelling8@gmail.com)
#### Generated by tools/update-authors.sh.

View File

@ -1,3 +1,10 @@
## [10.0.3](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.2...v10.0.3) (2023-05-25)
### Performance Improvements
* replace simple websocket with maintained one ([#464](https://github.com/webtorrent/bittorrent-tracker/issues/464)) ([3f01c29](https://github.com/webtorrent/bittorrent-tracker/commit/3f01c29122efd726d805673da82f43ce5592b793))
## [10.0.2](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.1...v10.0.2) (2023-02-01)

View File

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