Skip to content

Commit 36f5093

Browse files
chore(release): 7.0.0 [skip ci]
## [7.0.0](v6.0.0...v7.0.0) (2022-09-21) ### ⚠ BREAKING CHANGES * this module is now ESM only ### Features * convert to typescript ([#19](#19)) ([f881180](f881180))
1 parent f881180 commit 36f5093

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## [7.0.0](https://github.com/multiformats/js-uri-to-multiaddr/compare/v6.0.0...v7.0.0) (2022-09-21)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM only
7+
8+
### Features
9+
10+
* convert to typescript ([#19](https://github.com/multiformats/js-uri-to-multiaddr/issues/19)) ([f881180](https://github.com/multiformats/js-uri-to-multiaddr/commit/f881180e6bdf12de9ba55d986ad746c1673e46b3))

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": "6.0.0",
3+
"version": "7.0.0",
44
"description": "Convert a URI to a Multiaddr: https://multiformats.io -> /dns4/multiformats.io/tcp/443/https",
55
"author": "olizilla",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)