From 70e519238a28c99e3d734dcd7c3cf6e91410ae6c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Jan 2023 20:50:25 +0000 Subject: [PATCH] chore(release): 7.0.2 ## [7.0.2](https://github.com/webtorrent/magnet-uri/compare/v7.0.1...v7.0.2) (2023-01-31) ### Bug Fixes * **deps:** update dependency uint8-util to ^2.1.7 ([#66](https://github.com/webtorrent/magnet-uri/issues/66)) ([b7f1a95](https://github.com/webtorrent/magnet-uri/commit/b7f1a95c4e7a54ccc26e01a6bb212fc476623ad3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a569d..f531679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.2](https://github.com/webtorrent/magnet-uri/compare/v7.0.1...v7.0.2) (2023-01-31) + + +### Bug Fixes + +* **deps:** update dependency uint8-util to ^2.1.7 ([#66](https://github.com/webtorrent/magnet-uri/issues/66)) ([b7f1a95](https://github.com/webtorrent/magnet-uri/commit/b7f1a95c4e7a54ccc26e01a6bb212fc476623ad3)) + ## [7.0.1](https://github.com/webtorrent/magnet-uri/compare/v7.0.0...v7.0.1) (2023-01-26) diff --git a/package.json b/package.json index edb20c0..326ddb8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "magnet-uri", "description": "Parse a magnet URI and return an object of keys/values", - "version": "7.0.1", + "version": "7.0.2", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",