Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [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 <[email protected]>

* chore: update package.json and readme

- use destruct in readme
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update deps security issue

Signed-off-by: Lakshya Singh <[email protected]>

* Update package.json

Signed-off-by: Lakshya Singh <[email protected]>
Co-authored-by: Diego Rodríguez Baquero <[email protected]>
* ESM only
  • Loading branch information
semantic-release-bot committed Nov 16, 2022
1 parent 68d1c3c commit 9b5bad9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# [2.0.0](https://github.com/webtorrent/bep53-range/compare/v1.1.1...v2.0.0) (2022-11-16)


### chore

* switch to ESM ([#17](https://github.com/webtorrent/bep53-range/issues/17)) ([68d1c3c](https://github.com/webtorrent/bep53-range/commit/68d1c3c2576031a7e5ec495532e423f739ffde79))


### BREAKING CHANGES

* ESM only
* refactor: esm module update

- use export and import with destructuring
- define default exports
- update tests
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update package.json and readme

- use destruct in readme
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update deps security issue

Signed-off-by: Lakshya Singh <[email protected]>

* Update package.json

Signed-off-by: Lakshya Singh <[email protected]>
Co-authored-by: Diego Rodríguez Baquero <[email protected]>
* ESM only

## [1.1.1](https://github.com/webtorrent/bep53-range/compare/v1.1.0...v1.1.1) (2021-07-23)


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": "bep53-range",
"description": "Magnet URI extension (BEP53) range implementation",
"type": "module",
"version": "1.1.1",
"version": "2.0.0",
"author": {
"name": "Julen Garcia Leunda",
"email": "[email protected]"
Expand Down

0 comments on commit 9b5bad9

Please sign in to comment.