Skip to content

Commit

Permalink
chore(release): 9.17.1
Browse files Browse the repository at this point in the history
## [9.17.1](webtorrent/bittorrent-tracker@v9.17.0...v9.17.1) (2021-06-15)

### Bug Fixes

* add package-lock ([0e486b0](webtorrent@0e486b0))
* **deps:** update dependency bn.js to ^5.2.0 ([2d36e4a](webtorrent@2d36e4a))
* **deps:** update dependency chrome-dgram to ^3.0.6 ([a82aaaa](webtorrent@a82aaaa))
* **deps:** update dependency run-parallel to ^1.2.0 ([fcf25ed](webtorrent@fcf25ed))
* **deps:** update dependency run-series to ^1.1.9 ([fa2c33f](webtorrent@fa2c33f))
* **deps:** update dependency simple-websocket to ^9.1.0 ([96fedbd](webtorrent@96fedbd))
* **deps:** update dependency ws to ^7.4.5 ([6ad7ead](webtorrent@6ad7ead))
* **deps:** update webtorrent ([1e8d47d](webtorrent@1e8d47d))
* UDP url parsing ([8e24a8c](webtorrent@8e24a8c))
  • Loading branch information
semantic-release-bot committed Jun 15, 2021
1 parent 401fdcd commit 8a97b7e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [9.17.1](https://github.com/webtorrent/bittorrent-tracker/compare/v9.17.0...v9.17.1) (2021-06-15)


### Bug Fixes

* add package-lock ([0e486b0](https://github.com/webtorrent/bittorrent-tracker/commit/0e486b09d80d30e1c13d4624e29c4251000d4092))
* **deps:** update dependency bn.js to ^5.2.0 ([2d36e4a](https://github.com/webtorrent/bittorrent-tracker/commit/2d36e4ae60b1bac51773f2dca81c1a158b51cb28))
* **deps:** update dependency chrome-dgram to ^3.0.6 ([a82aaaa](https://github.com/webtorrent/bittorrent-tracker/commit/a82aaaa31963a0d9adb640166f417142c5d7b970))
* **deps:** update dependency run-parallel to ^1.2.0 ([fcf25ed](https://github.com/webtorrent/bittorrent-tracker/commit/fcf25ed40e1fd64e630b10a0281bc09604b901d3))
* **deps:** update dependency run-series to ^1.1.9 ([fa2c33f](https://github.com/webtorrent/bittorrent-tracker/commit/fa2c33fc91f8ef0a47d0f40b7a046ae179ee328a))
* **deps:** update dependency simple-websocket to ^9.1.0 ([96fedbd](https://github.com/webtorrent/bittorrent-tracker/commit/96fedbdf56ddcf6627eb373a33589db885cb4fb7))
* **deps:** update dependency ws to ^7.4.5 ([6ad7ead](https://github.com/webtorrent/bittorrent-tracker/commit/6ad7ead994e5cb99980a406aea908e4b9ff6151c))
* **deps:** update webtorrent ([1e8d47d](https://github.com/webtorrent/bittorrent-tracker/commit/1e8d47dcd8f5f53b42aa75265a129f950d16feef))
* UDP url parsing ([8e24a8c](https://github.com/webtorrent/bittorrent-tracker/commit/8e24a8c97b55bbaaf2c92a496d1cd30b0c008934))
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.17.0",
"version": "9.17.1",
"author": {
"name": "WebTorrent LLC",
"email": "[email protected]",
Expand Down

0 comments on commit 8a97b7e

Please sign in to comment.