From dcfa9bac054f37142dadcd731155235a7a442e0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Jan 2025 16:01:46 +0000 Subject: [PATCH] chore(release): 6.1.0 # [6.1.0](https://github.com/webtorrent/create-torrent/compare/v6.0.18...v6.1.0) (2025-01-04) ### Features * add maxPieceLength option ([#267](https://github.com/webtorrent/create-torrent/issues/267)) ([1264106](https://github.com/webtorrent/create-torrent/commit/1264106b627fad90faedddb4daec27feb52c138d)), closes [#266](https://github.com/webtorrent/create-torrent/issues/266) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6972a4..0c4ab76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/webtorrent/create-torrent/compare/v6.0.18...v6.1.0) (2025-01-04) + + +### Features + +* add maxPieceLength option ([#267](https://github.com/webtorrent/create-torrent/issues/267)) ([1264106](https://github.com/webtorrent/create-torrent/commit/1264106b627fad90faedddb4daec27feb52c138d)), closes [#266](https://github.com/webtorrent/create-torrent/issues/266) + ## [6.0.18](https://github.com/webtorrent/create-torrent/compare/v6.0.17...v6.0.18) (2024-07-08) diff --git a/package.json b/package.json index 57a8fcde..ff83c304 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-torrent", "description": "Create .torrent files", - "version": "6.0.18", + "version": "6.1.0", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",