Skip to content

Commit

Permalink
chore(release): 3.4.5
Browse files Browse the repository at this point in the history
## [3.4.5](v3.4.4...v3.4.5) (2022-01-17)

### Bug Fixes

* return `this` from `destroy` and `end` ([#74](#74)) ([cba86e5](cba86e5))
  • Loading branch information
semantic-release-bot committed Jan 17, 2022
1 parent cba86e5 commit 4be4aa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.4.5](https://github.com/webtorrent/bittorrent-protocol/compare/v3.4.4...v3.4.5) (2022-01-17)


### Bug Fixes

* return `this` from `destroy` and `end` ([#74](https://github.com/webtorrent/bittorrent-protocol/issues/74)) ([cba86e5](https://github.com/webtorrent/bittorrent-protocol/commit/cba86e5aff9492b45279cd6ded77e1af3db2c6b5))

## [3.4.4](https://github.com/webtorrent/bittorrent-protocol/compare/v3.4.3...v3.4.4) (2022-01-17)


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-protocol",
"description": "Simple, robust, BitTorrent peer wire protocol implementation",
"version": "3.4.4",
"version": "3.4.5",
"author": {
"name": "WebTorrent LLC",
"email": "[email protected]",
Expand Down

0 comments on commit 4be4aa0

Please sign in to comment.