Skip to content

Commit

Permalink
chore(release): 10.0.0
Browse files Browse the repository at this point in the history
# [10.0.0](v9.19.0...v10.0.0) (2022-12-05)

### Features

* esm ([#431](#431)) ([e6d3189](e6d3189))

### BREAKING CHANGES

* ESM only

* feat: esm

* fix: linter oops
  • Loading branch information
semantic-release-bot committed Dec 5, 2022
1 parent e6d3189 commit de947a7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
- Ryan Finnie ([email protected])
- Lookis ([email protected])
- Paul Sharypov ([email protected])
- Cas ([email protected])

#### Generated by tools/update-authors.sh.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [10.0.0](https://github.com/webtorrent/bittorrent-tracker/compare/v9.19.0...v10.0.0) (2022-12-05)


### Features

* esm ([#431](https://github.com/webtorrent/bittorrent-tracker/issues/431)) ([e6d3189](https://github.com/webtorrent/bittorrent-tracker/commit/e6d3189edf1a170197a799b97d84c632692b394f))


### BREAKING CHANGES

* ESM only

* feat: esm

* fix: linter oops

# [9.19.0](https://github.com/webtorrent/bittorrent-tracker/compare/v9.18.6...v9.19.0) (2022-06-01)


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-tracker",
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
"version": "9.19.0",
"version": "10.0.0",
"author": {
"name": "WebTorrent LLC",
"email": "[email protected]",
Expand Down

0 comments on commit de947a7

Please sign in to comment.