Skip to content

Commit e1ce953

Browse files
chore(release): 8.0.0 [skip ci]
## [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))
1 parent 74c24d1 commit e1ce953

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [8.0.0](https://github.com/multiformats/js-uri-to-multiaddr/compare/v7.0.1...v8.0.0) (2024-03-01)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the default export has been replaced with a named export of `uriToMultiaddr`
7+
8+
### Features
9+
10+
* 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))
11+
112
## [7.0.1](https://github.com/multiformats/js-uri-to-multiaddr/compare/v7.0.0...v7.0.1) (2024-03-01)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/uri-to-multiaddr",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "Convert a URI to a Multiaddr",
55
"author": "olizilla",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)