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-12-05)

### Features

* esm ([#30](#30)) ([4f45f6f](4f45f6f))

### BREAKING CHANGES

* ESM only
* feat: esm

* Update index.js

Co-authored-by: Diego Rodríguez Baquero <[email protected]>

Co-authored-by: Diego Rodríguez Baquero <[email protected]>
* ESM only
  • Loading branch information
semantic-release-bot committed Dec 5, 2022
1 parent c46dfbb commit 077004b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.0.0](https://github.com/webtorrent/bittorrent-lsd/compare/v1.1.1...v2.0.0) (2022-12-05)


### Features

* esm ([#30](https://github.com/webtorrent/bittorrent-lsd/issues/30)) ([4f45f6f](https://github.com/webtorrent/bittorrent-lsd/commit/4f45f6fcfc3757fa1cd4fcef750d8af48722d2dc))


### BREAKING CHANGES

* ESM only
* feat: esm

* Update index.js

Co-authored-by: Diego Rodríguez Baquero <[email protected]>

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

## [1.1.1](https://github.com/webtorrent/bittorrent-lsd/compare/v1.1.0...v1.1.1) (2021-07-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bittorrent-lsd",
"description": "Local Service Discovery (BEP14) implementation",
"version": "1.1.1",
"version": "2.0.0",
"author": {
"name": "WebTorrent LLC",
"email": "[email protected]",
Expand Down

0 comments on commit 077004b

Please sign in to comment.