diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1492efc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# [7.0.0](https://github.com/webtorrent/magnet-uri/compare/v6.2.0...v7.0.0) (2023-01-26) + + +### Bug Fixes + +* **deps:** update dependency bep53-range to ^1.1.1 ([#52](https://github.com/webtorrent/magnet-uri/issues/52)) ([a0b5645](https://github.com/webtorrent/magnet-uri/commit/a0b5645e12367a7b714c9ad875d6fd862cbacbb8)) +* **deps:** update dependency bep53-range to v2 ([#61](https://github.com/webtorrent/magnet-uri/issues/61)) ([e414270](https://github.com/webtorrent/magnet-uri/commit/e414270069c74796a48b83f53276372012ba3d7a)), closes [#63](https://github.com/webtorrent/magnet-uri/issues/63) + + +### Features + +* esm ([#60](https://github.com/webtorrent/magnet-uri/issues/60)) ([385ae9d](https://github.com/webtorrent/magnet-uri/commit/385ae9d29b436f2b7c6e4c5769012ad4223e6ab8)) + + +### BREAKING CHANGES + +* ESM only diff --git a/package.json b/package.json index b53618d..06dea62 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": "6.2.0", + "version": "7.0.0", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",