Skip to content

Commit 3b72071

Browse files
chore(release): 9.0.5 [skip ci]
## [9.0.5](v9.0.4...v9.0.5) (2023-05-19) ### Bug Fixes * Rewrite to interpret multiaddr from right to left ([#120](#120)) ([681d4e3](681d4e3))
1 parent 681d4e3 commit 3b72071

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.0.5](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.4...v9.0.5) (2023-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* Rewrite to interpret multiaddr from right to left ([#120](https://github.com/multiformats/js-multiaddr-to-uri/issues/120)) ([681d4e3](https://github.com/multiformats/js-multiaddr-to-uri/commit/681d4e3f07b7e721e3a2eccc9905e76110f4dfbb))
7+
18
## [9.0.4](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.3...v9.0.4) (2023-03-20)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr-to-uri",
3-
"version": "9.0.4",
3+
"version": "9.0.5",
44
"description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io",
55
"author": "Alan Shaw",
66
"license": "Apache-2.0 OR MIT",
@@ -148,4 +148,4 @@
148148
"devDependencies": {
149149
"aegir": "^38.1.7"
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)