Skip to content

Commit 3d30132

Browse files
authored
Merge branch 'webtorrent:master' into master
2 parents b2db7d6 + 295c69a commit 3d30132

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
7070
- Chocobozzz ([email protected])
7171
72+
- Subin Siby ([email protected])
7273

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.2.2](https://github.com/webtorrent/bittorrent-tracker/compare/v11.2.1...v11.2.2) (2025-09-06)
2+
3+
4+
### Bug Fixes
5+
6+
* export WebSocketTracker ([#558](https://github.com/webtorrent/bittorrent-tracker/issues/558)) ([1571551](https://github.com/webtorrent/bittorrent-tracker/commit/15715518decfed77d7888ba21d6ab592fa91cc85))
7+
18
## [11.2.1](https://github.com/webtorrent/bittorrent-tracker/compare/v11.2.0...v11.2.1) (2025-01-19)
29

310

package.json

Lines changed: 4 additions & 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": "11.2.1",
4+
"version": "11.2.2",
55
"author": {
66
"name": "WebTorrent LLC",
77
"email": "[email protected]",
@@ -72,6 +72,9 @@
7272
},
7373
"./server": {
7474
"import": "./server.js"
75+
},
76+
"./websocket-tracker": {
77+
"import": "./lib/client/websocket-tracker.js"
7578
}
7679
},
7780
"keywords": [

0 commit comments

Comments
 (0)