diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b0604e..531ff6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.13](https://github.com/webtorrent/parse-torrent/compare/v11.0.12...v11.0.13) (2023-08-10) + + +### Bug Fixes + +* **deps:** update dependency bencode to v4 ([#164](https://github.com/webtorrent/parse-torrent/issues/164)) ([89b0b2b](https://github.com/webtorrent/parse-torrent/commit/89b0b2b76414a6773b9ce0c31ce8cc004ed7e3b8)) + ## [11.0.12](https://github.com/webtorrent/parse-torrent/compare/v11.0.11...v11.0.12) (2023-05-31) diff --git a/package.json b/package.json index c11f8a61..4865572f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-torrent", "description": "Parse a torrent identifier (magnet uri, .torrent file, info hash)", - "version": "11.0.12", + "version": "11.0.13", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",