From 97a8fcfd83ccd0fbcf7c047af5f1a8d6ff7c6ee0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 May 2023 18:28:24 +0000 Subject: [PATCH] chore(release): 11.0.9 ## [11.0.9](https://github.com/webtorrent/parse-torrent/compare/v11.0.8...v11.0.9) (2023-05-27) ### Bug Fixes * **deps:** update dependency uint8-util to ^2.1.9 ([#146](https://github.com/webtorrent/parse-torrent/issues/146)) ([e0c1db2](https://github.com/webtorrent/parse-torrent/commit/e0c1db2f089e1bb02ee8d89fc8348fc5582506a7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8597577..e880be04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.9](https://github.com/webtorrent/parse-torrent/compare/v11.0.8...v11.0.9) (2023-05-27) + + +### Bug Fixes + +* **deps:** update dependency uint8-util to ^2.1.9 ([#146](https://github.com/webtorrent/parse-torrent/issues/146)) ([e0c1db2](https://github.com/webtorrent/parse-torrent/commit/e0c1db2f089e1bb02ee8d89fc8348fc5582506a7)) + ## [11.0.8](https://github.com/webtorrent/parse-torrent/compare/v11.0.7...v11.0.8) (2023-04-03) diff --git a/package.json b/package.json index 9f0645d6..1a4896cc 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.8", + "version": "11.0.9", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",