From 3e076dda68da265b90c5ab570745244ed79041b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Nov 2022 23:08:14 +0000 Subject: [PATCH] chore(release): 6.0.1 ## [6.0.1](https://github.com/webtorrent/create-torrent/compare/v6.0.0...v6.0.1) (2022-11-28) ### Bug Fixes * **deps:** update dependency block-iterator to ^1.1.1 ([#188](https://github.com/webtorrent/create-torrent/issues/188)) ([a51b07c](https://github.com/webtorrent/create-torrent/commit/a51b07cc10b2bac96b985a0d5aee7bceae6505d4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83770b9b..dadd5bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/webtorrent/create-torrent/compare/v6.0.0...v6.0.1) (2022-11-28) + + +### Bug Fixes + +* **deps:** update dependency block-iterator to ^1.1.1 ([#188](https://github.com/webtorrent/create-torrent/issues/188)) ([a51b07c](https://github.com/webtorrent/create-torrent/commit/a51b07cc10b2bac96b985a0d5aee7bceae6505d4)) + # [6.0.0](https://github.com/webtorrent/create-torrent/compare/v5.0.9...v6.0.0) (2022-11-25) diff --git a/package.json b/package.json index 7181de8c..9aeb2aac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-torrent", "description": "Create .torrent files", - "version": "6.0.0", + "version": "6.0.1", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",