diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecef3a9..63d10ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.16](https://github.com/webtorrent/parse-torrent/compare/v11.0.15...v11.0.16) (2024-01-16) + + +### Bug Fixes + +* **deps:** update dependency uint8-util to ^2.2.4 ([#167](https://github.com/webtorrent/parse-torrent/issues/167)) ([8983eac](https://github.com/webtorrent/parse-torrent/commit/8983eaccd2d0e94cb953fb4c37d54ed6d9c8dba6)) + ## [11.0.15](https://github.com/webtorrent/parse-torrent/compare/v11.0.14...v11.0.15) (2024-01-16) diff --git a/package.json b/package.json index 6f5a8df4..508567e9 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.15", + "version": "11.0.16", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",