Skip to content

Commit 9b5bad9

Browse files
chore(release): 2.0.0
# [2.0.0](v1.1.1...v2.0.0) (2022-11-16) ### chore * switch to ESM ([#17](#17)) ([68d1c3c](68d1c3c)) ### BREAKING CHANGES * ESM only * refactor: esm module update - use export and import with destructuring - define default exports - update tests Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com> * chore: update package.json and readme - use destruct in readme Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com> * chore: update deps security issue Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com> * Update package.json Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com> Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com> * ESM only
1 parent 68d1c3c commit 9b5bad9

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# [2.0.0](https://github.com/webtorrent/bep53-range/compare/v1.1.1...v2.0.0) (2022-11-16)
2+
3+
4+
### chore
5+
6+
* switch to ESM ([#17](https://github.com/webtorrent/bep53-range/issues/17)) ([68d1c3c](https://github.com/webtorrent/bep53-range/commit/68d1c3c2576031a7e5ec495532e423f739ffde79))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* ESM only
12+
* refactor: esm module update
13+
14+
- use export and import with destructuring
15+
- define default exports
16+
- update tests
17+
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
18+
19+
* chore: update package.json and readme
20+
21+
- use destruct in readme
22+
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
23+
24+
* chore: update deps security issue
25+
26+
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
27+
28+
* Update package.json
29+
30+
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
31+
Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
32+
* ESM only
33+
134
## [1.1.1](https://github.com/webtorrent/bep53-range/compare/v1.1.0...v1.1.1) (2021-07-23)
235

336

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bep53-range",
33
"description": "Magnet URI extension (BEP53) range implementation",
44
"type": "module",
5-
"version": "1.1.1",
5+
"version": "2.0.0",
66
"author": {
77
"name": "Julen Garcia Leunda",
88
"email": "hicom150@gmail.com"

0 commit comments

Comments
 (0)