Skip to content

Commit de947a7

Browse files
chore(release): 10.0.0
# [10.0.0](v9.19.0...v10.0.0) (2022-12-05) ### Features * esm ([#431](#431)) ([e6d3189](e6d3189)) ### BREAKING CHANGES * ESM only * feat: esm * fix: linter oops
1 parent e6d3189 commit de947a7

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
- Ryan Finnie (ryan@finnie.org)
6262
- Lookis (lookisliu@gmail.com)
6363
- Paul Sharypov (pavloniym@gmail.com)
64+
- Cas (6506529+ThaUnknown@users.noreply.github.com)
6465

6566
#### Generated by tools/update-authors.sh.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [10.0.0](https://github.com/webtorrent/bittorrent-tracker/compare/v9.19.0...v10.0.0) (2022-12-05)
2+
3+
4+
### Features
5+
6+
* esm ([#431](https://github.com/webtorrent/bittorrent-tracker/issues/431)) ([e6d3189](https://github.com/webtorrent/bittorrent-tracker/commit/e6d3189edf1a170197a799b97d84c632692b394f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* ESM only
12+
13+
* feat: esm
14+
15+
* fix: linter oops
16+
117
# [9.19.0](https://github.com/webtorrent/bittorrent-tracker/compare/v9.18.6...v9.19.0) (2022-06-01)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bittorrent-tracker",
33
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
4-
"version": "9.19.0",
4+
"version": "10.0.0",
55
"author": {
66
"name": "WebTorrent LLC",
77
"email": "feross@webtorrent.io",

0 commit comments

Comments
 (0)