Skip to content

Commit e44bfe8

Browse files
chore(release): 11.0.0
# [11.0.0](v10.0.12...v11.0.0) (2023-10-31) ### Features * **major:** drop simple-get ([#443](#443)) ([bce64e1](bce64e1)) ### BREAKING CHANGES * **major:** drop simple-get * perf: drop simple-get * feat: undici agent and socks * fix: undici as dev dependency * feat: require user passed proxy objects for http and ws * chore: include undici for tests
1 parent bce64e1 commit e44bfe8

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
- Paul Sharypov ([email protected])
6464
6565
- Tom Snelling ([email protected])
66+
6667

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [11.0.0](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.12...v11.0.0) (2023-10-31)
2+
3+
4+
### Features
5+
6+
* **major:** drop simple-get ([#443](https://github.com/webtorrent/bittorrent-tracker/issues/443)) ([bce64e1](https://github.com/webtorrent/bittorrent-tracker/commit/bce64e155df6ff9fa605898cbf7498bf76188d8b))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **major:** drop simple-get
12+
13+
* perf: drop simple-get
14+
15+
* feat: undici agent and socks
16+
17+
* fix: undici as dev dependency
18+
19+
* feat: require user passed proxy objects for http and ws
20+
21+
* chore: include undici for tests
22+
123
## [10.0.12](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.11...v10.0.12) (2023-08-09)
224

325

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": "10.0.12",
4+
"version": "11.0.0",
55
"author": {
66
"name": "WebTorrent LLC",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)