Skip to content

Commit

Permalink
chore(release): 3.5.4
Browse files Browse the repository at this point in the history
## [3.5.4](v3.5.3...v3.5.4) (2022-04-28)

### Code Refactoring

* switch to ESM ([#90](#90)) ([fce2548](fce2548))

### BREAKING CHANGES

* ESM only

* chore: update imports and export index.js

esm import/export syntax
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update imports in tests

esm import syntax with path
Signed-off-by: Lakshya Singh <[email protected]>

* chore: bump bitfield for esm

4.1.0 is esm based while 4.0.0 was commonjs
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update package.json for esm

specify minimum nodejs version for esm support
exports defined
type change to module
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update readme with esm syntax

Signed-off-by: Lakshya Singh <[email protected]>
  • Loading branch information
semantic-release-bot committed Apr 28, 2022
1 parent fce2548 commit b9ea014
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## [3.5.4](https://github.com/webtorrent/bittorrent-protocol/compare/v3.5.3...v3.5.4) (2022-04-28)


### Code Refactoring

* switch to ESM ([#90](https://github.com/webtorrent/bittorrent-protocol/issues/90)) ([fce2548](https://github.com/webtorrent/bittorrent-protocol/commit/fce254818590b307afb45a3fdaa8e4dc904305ce))


### BREAKING CHANGES

* ESM only

* chore: update imports and export index.js

esm import/export syntax
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update imports in tests

esm import syntax with path
Signed-off-by: Lakshya Singh <[email protected]>

* chore: bump bitfield for esm

4.1.0 is esm based while 4.0.0 was commonjs
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update package.json for esm

specify minimum nodejs version for esm support
exports defined
type change to module
Signed-off-by: Lakshya Singh <[email protected]>

* chore: update readme with esm syntax

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

## [3.5.3](https://github.com/webtorrent/bittorrent-protocol/compare/v3.5.2...v3.5.3) (2022-04-22)


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-protocol",
"type": "module",
"description": "Simple, robust, BitTorrent peer wire protocol implementation",
"version": "3.5.3",
"version": "3.5.4",
"author": {
"name": "WebTorrent LLC",
"email": "[email protected]",
Expand Down

0 comments on commit b9ea014

Please sign in to comment.