Skip to content

Commit f62568b

Browse files
chore(release): 11.0.0
# [11.0.0](v10.0.7...v11.0.0) (2022-12-05) ### Features * esm ([#263](#263)) ([232b9fd](232b9fd)) ### BREAKING CHANGES * ESM only * refactor: update import/export of source files use esm import export Signed-off-by: Lakshya Singh <[email protected]> * refactor: update common test file use esm const exports and imports Signed-off-by: Lakshya Singh <[email protected]> * chore: update import in tests Signed-off-by: Lakshya Singh <[email protected]> * chore: update package.json for esm support Signed-off-by: Lakshya Singh <[email protected]> * chore: update Readme esm small fix new DHT() now new DHT Signed-off-by: Lakshya Singh <[email protected]> * fix: node:crypto use use valid absolute URL strings Signed-off-by: Lakshya Singh <[email protected]> * chore: order module imports Signed-off-by: Lakshya Singh <[email protected]> Signed-off-by: Lakshya Singh <[email protected]> Co-authored-by: Lakshya Singh <[email protected]>
1 parent 232b9fd commit f62568b

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# [11.0.0](https://github.com/webtorrent/bittorrent-dht/compare/v10.0.7...v11.0.0) (2022-12-05)
2+
3+
4+
### Features
5+
6+
* esm ([#263](https://github.com/webtorrent/bittorrent-dht/issues/263)) ([232b9fd](https://github.com/webtorrent/bittorrent-dht/commit/232b9fd931c4d6b8749bfcd84b3a37d021a84b86))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* ESM only
12+
13+
* refactor: update import/export of source files
14+
15+
use esm import export
16+
Signed-off-by: Lakshya Singh <[email protected]>
17+
18+
* refactor: update common test file
19+
20+
use esm const exports and imports
21+
Signed-off-by: Lakshya Singh <[email protected]>
22+
23+
* chore: update import in tests
24+
25+
Signed-off-by: Lakshya Singh <[email protected]>
26+
27+
* chore: update package.json for esm support
28+
29+
Signed-off-by: Lakshya Singh <[email protected]>
30+
31+
* chore: update Readme esm
32+
33+
small fix new DHT() now new DHT
34+
Signed-off-by: Lakshya Singh <[email protected]>
35+
36+
* fix: node:crypto use
37+
38+
use valid absolute URL strings
39+
Signed-off-by: Lakshya Singh <[email protected]>
40+
41+
* chore: order module imports
42+
43+
Signed-off-by: Lakshya Singh <[email protected]>
44+
45+
Signed-off-by: Lakshya Singh <[email protected]>
46+
Co-authored-by: Lakshya Singh <[email protected]>
47+
148
## [10.0.7](https://github.com/webtorrent/bittorrent-dht/compare/v10.0.6...v10.0.7) (2022-12-04)
249

350

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bittorrent-dht",
33
"description": "Simple, robust, BitTorrent DHT implementation",
44
"type": "module",
5-
"version": "10.0.7",
5+
"version": "11.0.0",
66
"author": {
77
"name": "WebTorrent LLC",
88
"email": "[email protected]",

0 commit comments

Comments
 (0)