Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jan 26, 2023
1 parent 75e40dc commit 8144424
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8144424

Please sign in to comment.