Skip to content

Commit 489db80

Browse files
chore(release): 4.0.0
# [4.0.0](v3.5.4...v4.0.0) (2021-09-17) ### chore * switch to ESM (BREAKING) ([#197](#197)) ([0bc380d](0bc380d)) ### BREAKING CHANGES * switch to ESM
1 parent 0bc380d commit 489db80

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/webtorrent/webtorrent-cli/compare/v3.5.4...v4.0.0) (2021-09-17)
2+
3+
4+
### chore
5+
6+
* switch to ESM (BREAKING) ([#197](https://github.com/webtorrent/webtorrent-cli/issues/197)) ([0bc380d](https://github.com/webtorrent/webtorrent-cli/commit/0bc380dc83de8caf84cf7969542afadf3dbc6329))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* switch to ESM
12+
113
## [3.5.4](https://github.com/webtorrent/webtorrent-cli/compare/v3.5.3...v3.5.4) (2021-08-06)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webtorrent-cli",
33
"type": "module",
44
"description": "WebTorrent, the streaming torrent client. For the command line.",
5-
"version": "3.5.4",
5+
"version": "4.0.0",
66
"author": {
77
"name": "WebTorrent LLC",
88
"email": "feross@webtorrent.io",

0 commit comments

Comments
 (0)