Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,10 @@
- Koushik Dutta ([email protected])
- KayleePop ([email protected])
- Diego Rodriguez Baquero ([email protected])
- Diego Rodríguez Baquero ([email protected])
- Renovate Bot ([email protected])
- Diego Rodríguez Baquero ([email protected])
- Diego Rodriguez Baquero ([email protected])
- semantic-release-bot ([email protected])

#### Generated by tools/update-authors.sh.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.17.3](https://github.com/webtorrent/bittorrent-tracker/compare/v9.17.2...v9.17.3) (2021-07-02)


### Bug Fixes

* auto update authors on version ([b5ffc70](https://github.com/webtorrent/bittorrent-tracker/commit/b5ffc708ada0bef66e7fa0cd1872527ea6dd8d53))

## [9.17.2](https://github.com/webtorrent/bittorrent-tracker/compare/v9.17.1...v9.17.2) (2021-06-15)


Expand Down
3 changes: 2 additions & 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.17.2",
"version": "9.17.3",
"author": {
"name": "WebTorrent LLC",
"email": "[email protected]",
Expand Down Expand Up @@ -79,6 +79,7 @@
"url": "git://github.com/webtorrent/bittorrent-tracker.git"
},
"scripts": {
"preversion": "npm run update-authors",
"test": "standard && tape test/*.js",
"update-authors": "./tools/update-authors.sh"
},
Expand Down