Skip to content

Commit 8144424

Browse files
chore(release): 7.0.0
# [7.0.0](v6.2.0...v7.0.0) (2023-01-26) ### Bug Fixes * **deps:** update dependency bep53-range to ^1.1.1 ([#52](#52)) ([a0b5645](a0b5645)) * **deps:** update dependency bep53-range to v2 ([#61](#61)) ([e414270](e414270)), closes [#63](#63) ### Features * esm ([#60](#60)) ([385ae9d](385ae9d)) ### BREAKING CHANGES * ESM only
1 parent 75e40dc commit 8144424

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# [7.0.0](https://github.com/webtorrent/magnet-uri/compare/v6.2.0...v7.0.0) (2023-01-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **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)
8+
9+
10+
### Features
11+
12+
* esm ([#60](https://github.com/webtorrent/magnet-uri/issues/60)) ([385ae9d](https://github.com/webtorrent/magnet-uri/commit/385ae9d29b436f2b7c6e4c5769012ad4223e6ab8))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* ESM only

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magnet-uri",
33
"description": "Parse a magnet URI and return an object of keys/values",
4-
"version": "6.2.0",
4+
"version": "7.0.0",
55
"author": {
66
"name": "WebTorrent LLC",
77
"email": "feross@webtorrent.io",

0 commit comments

Comments
 (0)