Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.0.1...v8.0.0) (2024-03-01)

### ⚠ BREAKING CHANGES

* the default export has been replaced with a named export of `uriToMultiaddr`

### Features

* switch to named export ([#45](#45)) ([74c24d1](74c24d1))
  • Loading branch information
semantic-release-bot committed Mar 1, 2024
1 parent 74c24d1 commit e1ce953
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [8.0.0](https://github.com/multiformats/js-uri-to-multiaddr/compare/v7.0.1...v8.0.0) (2024-03-01)


### ⚠ BREAKING CHANGES

* the default export has been replaced with a named export of `uriToMultiaddr`

### Features

* switch to named export ([#45](https://github.com/multiformats/js-uri-to-multiaddr/issues/45)) ([74c24d1](https://github.com/multiformats/js-uri-to-multiaddr/commit/74c24d185480936e57e93072cd92cc7ae8722268))

## [7.0.1](https://github.com/multiformats/js-uri-to-multiaddr/compare/v7.0.0...v7.0.1) (2024-03-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiformats/uri-to-multiaddr",
"version": "7.0.1",
"version": "8.0.0",
"description": "Convert a URI to a Multiaddr",
"author": "olizilla",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit e1ce953

Please sign in to comment.