chore(release): 10.0.0

# [10.0.0](https://github.com/webtorrent/bittorrent-tracker/compare/v9.19.0...v10.0.0) (2022-12-05)

### Features

* esm ([#431](https://github.com/webtorrent/bittorrent-tracker/issues/431)) ([e6d3189](e6d3189edf))

### BREAKING CHANGES

* ESM only

* feat: esm

* fix: linter oops
This commit is contained in:
semantic-release-bot 2022-12-05 22:09:46 +00:00
parent e6d3189edf
commit de947a703a
3 changed files with 18 additions and 1 deletions

View File

@ -61,5 +61,6 @@
- Ryan Finnie (ryan@finnie.org)
- Lookis (lookisliu@gmail.com)
- Paul Sharypov (pavloniym@gmail.com)
- Cas (6506529+ThaUnknown@users.noreply.github.com)
#### Generated by tools/update-authors.sh.

View File

@ -1,3 +1,19 @@
# [10.0.0](https://github.com/webtorrent/bittorrent-tracker/compare/v9.19.0...v10.0.0) (2022-12-05)
### Features
* esm ([#431](https://github.com/webtorrent/bittorrent-tracker/issues/431)) ([e6d3189](https://github.com/webtorrent/bittorrent-tracker/commit/e6d3189edf1a170197a799b97d84c632692b394f))
### BREAKING CHANGES
* ESM only
* feat: esm
* fix: linter oops
# [9.19.0](https://github.com/webtorrent/bittorrent-tracker/compare/v9.18.6...v9.19.0) (2022-06-01)

View File

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