Skip to content

Commit

Permalink
chore(release): 11.0.0
Browse files Browse the repository at this point in the history
# [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 <lakshay.singh1108@gmail.com>

* refactor: update common test file

use esm const exports and imports
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update import in tests

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update package.json for esm support

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update Readme esm

small fix new DHT() now new DHT
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* fix: node:crypto use

use valid absolute URL strings
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: order module imports

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
Co-authored-by: Lakshya Singh <lakshay.singh1108@gmail.com>
  • Loading branch information
semantic-release-bot and king-11 committed Dec 5, 2022
1 parent 232b9fd commit f62568b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
# [11.0.0](https://github.com/webtorrent/bittorrent-dht/compare/v10.0.7...v11.0.0) (2022-12-05)


### Features

* esm ([#263](https://github.com/webtorrent/bittorrent-dht/issues/263)) ([232b9fd](https://github.com/webtorrent/bittorrent-dht/commit/232b9fd931c4d6b8749bfcd84b3a37d021a84b86))


### BREAKING CHANGES

* ESM only

* refactor: update import/export of source files

use esm import export
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* refactor: update common test file

use esm const exports and imports
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update import in tests

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update package.json for esm support

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: update Readme esm

small fix new DHT() now new DHT
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* fix: node:crypto use

use valid absolute URL strings
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

* chore: order module imports

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
Co-authored-by: Lakshya Singh <lakshay.singh1108@gmail.com>

## [10.0.7](https://github.com/webtorrent/bittorrent-dht/compare/v10.0.6...v10.0.7) (2022-12-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bittorrent-dht",
"description": "Simple, robust, BitTorrent DHT implementation",
"type": "module",
"version": "10.0.7",
"version": "11.0.0",
"author": {
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",
Expand Down

0 comments on commit f62568b

Please sign in to comment.