chore(release): 10.0.5

## [10.0.5](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.4...v10.0.5) (2023-05-27)

### Bug Fixes

* only stringify views ([#467](https://github.com/webtorrent/bittorrent-tracker/issues/467)) ([52f5502](52f55020f3))
This commit is contained in:
semantic-release-bot 2023-05-27 16:44:28 +00:00
parent 52f55020f3
commit c5f70dd186
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [10.0.5](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.4...v10.0.5) (2023-05-27)
### Bug Fixes
* only stringify views ([#467](https://github.com/webtorrent/bittorrent-tracker/issues/467)) ([52f5502](https://github.com/webtorrent/bittorrent-tracker/commit/52f55020f38894e4d45e12c87184540d8b0acad3))
## [10.0.4](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.3...v10.0.4) (2023-05-26)

View File

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